Package com.viam.service.mlmodel.v1
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 TypeMethodDescriptionthis is the metadata associated with the ML modelboolean
this is the metadata associated with the ML modelMethods 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.
-