Interface Mlmodel.MetadataResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Mlmodel.MetadataResponse, Mlmodel.MetadataResponse.Builder
Enclosing class:
Mlmodel

public static interface Mlmodel.MetadataResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    this is the metadata associated with the ML model
    boolean
    this is the metadata associated with the ML model

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasMetadata

      boolean hasMetadata()
       this is the metadata associated with the ML model
       
      .viam.service.mlmodel.v1.Metadata metadata = 1 [json_name = "metadata"];
      Returns:
      Whether the metadata field is set.
    • getMetadata

      Mlmodel.Metadata getMetadata()
       this is the metadata associated with the ML model
       
      .viam.service.mlmodel.v1.Metadata metadata = 1 [json_name = "metadata"];
      Returns:
      The metadata.