Package com.viam.service.mlmodel.v1
Class Mlmodel.MetadataResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Mlmodel.MetadataResponse,Mlmodel.MetadataResponse.Builder>
com.viam.service.mlmodel.v1.Mlmodel.MetadataResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Mlmodel.MetadataResponseOrBuilder,Cloneable
- Enclosing class:
- Mlmodel.MetadataResponse
public static final class Mlmodel.MetadataResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Mlmodel.MetadataResponse,Mlmodel.MetadataResponse.Builder>
implements Mlmodel.MetadataResponseOrBuilder
Protobuf type
viam.service.mlmodel.v1.MetadataResponse-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionthis is the metadata associated with the ML modelthis is the metadata associated with the ML modelbooleanthis is the metadata associated with the ML modelmergeMetadata(Mlmodel.Metadata value) this is the metadata associated with the ML modelsetMetadata(Mlmodel.Metadata value) this is the metadata associated with the ML modelsetMetadata(Mlmodel.Metadata.Builder builderForValue) this is the metadata associated with the ML modelMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasMetadata
public boolean hasMetadata()this is the metadata associated with the ML model
.viam.service.mlmodel.v1.Metadata metadata = 1 [json_name = "metadata"];- Specified by:
hasMetadatain interfaceMlmodel.MetadataResponseOrBuilder- Returns:
- Whether the metadata field is set.
-
getMetadata
this is the metadata associated with the ML model
.viam.service.mlmodel.v1.Metadata metadata = 1 [json_name = "metadata"];- Specified by:
getMetadatain interfaceMlmodel.MetadataResponseOrBuilder- Returns:
- The metadata.
-
setMetadata
this is the metadata associated with the ML model
.viam.service.mlmodel.v1.Metadata metadata = 1 [json_name = "metadata"]; -
setMetadata
this is the metadata associated with the ML model
.viam.service.mlmodel.v1.Metadata metadata = 1 [json_name = "metadata"]; -
mergeMetadata
this is the metadata associated with the ML model
.viam.service.mlmodel.v1.Metadata metadata = 1 [json_name = "metadata"]; -
clearMetadata
this is the metadata associated with the ML model
.viam.service.mlmodel.v1.Metadata metadata = 1 [json_name = "metadata"];
-