Package org.mlflow.api.proto
Class Service.LoggedModelInfo.Builder
- java.lang.Object
- 
- com.google.protobuf.AbstractMessageLite.Builder
- 
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
- 
- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
- 
- org.mlflow.api.proto.Service.LoggedModelInfo.Builder
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.protobuf.Message.Builder,- com.google.protobuf.MessageLite.Builder,- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder,- java.lang.Cloneable,- Service.LoggedModelInfoOrBuilder
 - Enclosing class:
- Service.LoggedModelInfo
 
 public static final class Service.LoggedModelInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder> implements Service.LoggedModelInfoOrBuilder A LoggedModelInfo includes logged model attributes, tags, and registration info. Protobuf typemlflow.LoggedModelInfo
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.LoggedModelInfo.BuilderaddAllRegistrations(java.lang.Iterable<? extends Service.LoggedModelRegistrationInfo> values)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuilderaddAllTags(java.lang.Iterable<? extends Service.LoggedModelTag> values)Mutable String key-value pairs set on the model.Service.LoggedModelInfo.BuilderaddRegistrations(int index, Service.LoggedModelRegistrationInfo value)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuilderaddRegistrations(int index, Service.LoggedModelRegistrationInfo.Builder builderForValue)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuilderaddRegistrations(Service.LoggedModelRegistrationInfo value)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuilderaddRegistrations(Service.LoggedModelRegistrationInfo.Builder builderForValue)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelRegistrationInfo.BuilderaddRegistrationsBuilder()If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelRegistrationInfo.BuilderaddRegistrationsBuilder(int index)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.LoggedModelInfo.BuilderaddTags(int index, Service.LoggedModelTag value)Mutable String key-value pairs set on the model.Service.LoggedModelInfo.BuilderaddTags(int index, Service.LoggedModelTag.Builder builderForValue)Mutable String key-value pairs set on the model.Service.LoggedModelInfo.BuilderaddTags(Service.LoggedModelTag value)Mutable String key-value pairs set on the model.Service.LoggedModelInfo.BuilderaddTags(Service.LoggedModelTag.Builder builderForValue)Mutable String key-value pairs set on the model.Service.LoggedModelTag.BuilderaddTagsBuilder()Mutable String key-value pairs set on the model.Service.LoggedModelTag.BuilderaddTagsBuilder(int index)Mutable String key-value pairs set on the model.Service.LoggedModelInfobuild()Service.LoggedModelInfobuildPartial()Service.LoggedModelInfo.Builderclear()Service.LoggedModelInfo.BuilderclearArtifactUri()URI of the directory where model artifacts are stored.Service.LoggedModelInfo.BuilderclearCreationTimestampMs()Timestamp when the model was created, in milliseconds since the UNIX epoch.Service.LoggedModelInfo.BuilderclearCreatorId()The ID of the user or principal that created the model.Service.LoggedModelInfo.BuilderclearExperimentId()The ID of the experiment that owns the model.Service.LoggedModelInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Service.LoggedModelInfo.BuilderclearLastUpdatedTimestampMs()Timestamp when the model was last updated, in milliseconds since the UNIX epochService.LoggedModelInfo.BuilderclearModelId()A unique identifier for the model.Service.LoggedModelInfo.BuilderclearModelType()The type of model, such as "Agent", "Classifier", "LLM".Service.LoggedModelInfo.BuilderclearName()Name of the model.Service.LoggedModelInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Service.LoggedModelInfo.BuilderclearRegistrations()If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuilderclearSourceRunId()Run ID of the run that created the model.Service.LoggedModelInfo.BuilderclearStatus()Whether or not the model is ready for use.Service.LoggedModelInfo.BuilderclearStatusMessage()Details on the current status.Service.LoggedModelInfo.BuilderclearTags()Mutable String key-value pairs set on the model.Service.LoggedModelInfo.Builderclone()java.lang.StringgetArtifactUri()URI of the directory where model artifacts are stored.com.google.protobuf.ByteStringgetArtifactUriBytes()URI of the directory where model artifacts are stored.longgetCreationTimestampMs()Timestamp when the model was created, in milliseconds since the UNIX epoch.longgetCreatorId()The ID of the user or principal that created the model.Service.LoggedModelInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetExperimentId()The ID of the experiment that owns the model.com.google.protobuf.ByteStringgetExperimentIdBytes()The ID of the experiment that owns the model.longgetLastUpdatedTimestampMs()Timestamp when the model was last updated, in milliseconds since the UNIX epochjava.lang.StringgetModelId()A unique identifier for the model.com.google.protobuf.ByteStringgetModelIdBytes()A unique identifier for the model.java.lang.StringgetModelType()The type of model, such as "Agent", "Classifier", "LLM".com.google.protobuf.ByteStringgetModelTypeBytes()The type of model, such as "Agent", "Classifier", "LLM".java.lang.StringgetName()Name of the model.com.google.protobuf.ByteStringgetNameBytes()Name of the model.Service.LoggedModelRegistrationInfogetRegistrations(int index)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelRegistrationInfo.BuildergetRegistrationsBuilder(int index)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.java.util.List<Service.LoggedModelRegistrationInfo.Builder>getRegistrationsBuilderList()If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.intgetRegistrationsCount()If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.java.util.List<Service.LoggedModelRegistrationInfo>getRegistrationsList()If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelRegistrationInfoOrBuildergetRegistrationsOrBuilder(int index)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.java.util.List<? extends Service.LoggedModelRegistrationInfoOrBuilder>getRegistrationsOrBuilderList()If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.java.lang.StringgetSourceRunId()Run ID of the run that created the model.com.google.protobuf.ByteStringgetSourceRunIdBytes()Run ID of the run that created the model.Service.LoggedModelStatusgetStatus()Whether or not the model is ready for use.java.lang.StringgetStatusMessage()Details on the current status.com.google.protobuf.ByteStringgetStatusMessageBytes()Details on the current status.Service.LoggedModelTaggetTags(int index)Mutable String key-value pairs set on the model.Service.LoggedModelTag.BuildergetTagsBuilder(int index)Mutable String key-value pairs set on the model.java.util.List<Service.LoggedModelTag.Builder>getTagsBuilderList()Mutable String key-value pairs set on the model.intgetTagsCount()Mutable String key-value pairs set on the model.java.util.List<Service.LoggedModelTag>getTagsList()Mutable String key-value pairs set on the model.Service.LoggedModelTagOrBuildergetTagsOrBuilder(int index)Mutable String key-value pairs set on the model.java.util.List<? extends Service.LoggedModelTagOrBuilder>getTagsOrBuilderList()Mutable String key-value pairs set on the model.booleanhasArtifactUri()URI of the directory where model artifacts are stored.booleanhasCreationTimestampMs()Timestamp when the model was created, in milliseconds since the UNIX epoch.booleanhasCreatorId()The ID of the user or principal that created the model.booleanhasExperimentId()The ID of the experiment that owns the model.booleanhasLastUpdatedTimestampMs()Timestamp when the model was last updated, in milliseconds since the UNIX epochbooleanhasModelId()A unique identifier for the model.booleanhasModelType()The type of model, such as "Agent", "Classifier", "LLM".booleanhasName()Name of the model.booleanhasSourceRunId()Run ID of the run that created the model.booleanhasStatus()Whether or not the model is ready for use.booleanhasStatusMessage()Details on the current status.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Service.LoggedModelInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Service.LoggedModelInfo.BuildermergeFrom(com.google.protobuf.Message other)Service.LoggedModelInfo.BuildermergeFrom(Service.LoggedModelInfo other)Service.LoggedModelInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.LoggedModelInfo.BuilderremoveRegistrations(int index)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuilderremoveTags(int index)Mutable String key-value pairs set on the model.Service.LoggedModelInfo.BuildersetArtifactUri(java.lang.String value)URI of the directory where model artifacts are stored.Service.LoggedModelInfo.BuildersetArtifactUriBytes(com.google.protobuf.ByteString value)URI of the directory where model artifacts are stored.Service.LoggedModelInfo.BuildersetCreationTimestampMs(long value)Timestamp when the model was created, in milliseconds since the UNIX epoch.Service.LoggedModelInfo.BuildersetCreatorId(long value)The ID of the user or principal that created the model.Service.LoggedModelInfo.BuildersetExperimentId(java.lang.String value)The ID of the experiment that owns the model.Service.LoggedModelInfo.BuildersetExperimentIdBytes(com.google.protobuf.ByteString value)The ID of the experiment that owns the model.Service.LoggedModelInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.LoggedModelInfo.BuildersetLastUpdatedTimestampMs(long value)Timestamp when the model was last updated, in milliseconds since the UNIX epochService.LoggedModelInfo.BuildersetModelId(java.lang.String value)A unique identifier for the model.Service.LoggedModelInfo.BuildersetModelIdBytes(com.google.protobuf.ByteString value)A unique identifier for the model.Service.LoggedModelInfo.BuildersetModelType(java.lang.String value)The type of model, such as "Agent", "Classifier", "LLM".Service.LoggedModelInfo.BuildersetModelTypeBytes(com.google.protobuf.ByteString value)The type of model, such as "Agent", "Classifier", "LLM".Service.LoggedModelInfo.BuildersetName(java.lang.String value)Name of the model.Service.LoggedModelInfo.BuildersetNameBytes(com.google.protobuf.ByteString value)Name of the model.Service.LoggedModelInfo.BuildersetRegistrations(int index, Service.LoggedModelRegistrationInfo value)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuildersetRegistrations(int index, Service.LoggedModelRegistrationInfo.Builder builderForValue)If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Service.LoggedModelInfo.BuildersetSourceRunId(java.lang.String value)Run ID of the run that created the model.Service.LoggedModelInfo.BuildersetSourceRunIdBytes(com.google.protobuf.ByteString value)Run ID of the run that created the model.Service.LoggedModelInfo.BuildersetStatus(Service.LoggedModelStatus value)Whether or not the model is ready for use.Service.LoggedModelInfo.BuildersetStatusMessage(java.lang.String value)Details on the current status.Service.LoggedModelInfo.BuildersetStatusMessageBytes(com.google.protobuf.ByteString value)Details on the current status.Service.LoggedModelInfo.BuildersetTags(int index, Service.LoggedModelTag value)Mutable String key-value pairs set on the model.Service.LoggedModelInfo.BuildersetTags(int index, Service.LoggedModelTag.Builder builderForValue)Mutable String key-value pairs set on the model.Service.LoggedModelInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- 
Methods inherited from class com.google.protobuf.GeneratedMessageV3.BuildergetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
 - 
Methods inherited from class com.google.protobuf.AbstractMessage.BuilderfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
 - 
Methods inherited from class com.google.protobuf.AbstractMessageLite.BuilderaddAll, addAll, mergeFrom, newUninitializedMessageException
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptorpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
clearpublic Service.LoggedModelInfo.Builder clear() - Specified by:
- clearin interface- com.google.protobuf.Message.Builder
- Specified by:
- clearin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clearin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
getDescriptorForTypepublic com.google.protobuf.Descriptors.Descriptor getDescriptorForType() - Specified by:
- getDescriptorForTypein interface- com.google.protobuf.Message.Builder
- Specified by:
- getDescriptorForTypein interface- com.google.protobuf.MessageOrBuilder
- Overrides:
- getDescriptorForTypein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
getDefaultInstanceForTypepublic Service.LoggedModelInfo getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageOrBuilder
 
 - 
buildpublic Service.LoggedModelInfo build() - Specified by:
- buildin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildin interface- com.google.protobuf.MessageLite.Builder
 
 - 
buildPartialpublic Service.LoggedModelInfo buildPartial() - Specified by:
- buildPartialin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildPartialin interface- com.google.protobuf.MessageLite.Builder
 
 - 
clonepublic Service.LoggedModelInfo.Builder clone() - Specified by:
- clonein interface- com.google.protobuf.Message.Builder
- Specified by:
- clonein interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clonein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
setFieldpublic Service.LoggedModelInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- setFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
clearFieldpublic Service.LoggedModelInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
- clearFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
clearOneofpublic Service.LoggedModelInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
- clearOneofin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearOneofin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
setRepeatedFieldpublic Service.LoggedModelInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) - Specified by:
- setRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
addRepeatedFieldpublic Service.LoggedModelInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- addRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- addRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
mergeFrompublic Service.LoggedModelInfo.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Service.LoggedModelInfo.Builder>
 
 - 
mergeFrompublic Service.LoggedModelInfo.Builder mergeFrom(Service.LoggedModelInfo other) 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- com.google.protobuf.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
mergeFrompublic Service.LoggedModelInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Specified by:
- mergeFromin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Service.LoggedModelInfo.Builder>
- Throws:
- java.io.IOException
 
 - 
hasModelIdpublic boolean hasModelId() A unique identifier for the model. optional string model_id = 1;- Specified by:
- hasModelIdin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the modelId field is set.
 
 - 
getModelIdpublic java.lang.String getModelId() A unique identifier for the model. optional string model_id = 1;- Specified by:
- getModelIdin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The modelId.
 
 - 
getModelIdBytespublic com.google.protobuf.ByteString getModelIdBytes() A unique identifier for the model. optional string model_id = 1;- Specified by:
- getModelIdBytesin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The bytes for modelId.
 
 - 
setModelIdpublic Service.LoggedModelInfo.Builder setModelId(java.lang.String value) A unique identifier for the model. optional string model_id = 1;- Parameters:
- value- The modelId to set.
- Returns:
- This builder for chaining.
 
 - 
clearModelIdpublic Service.LoggedModelInfo.Builder clearModelId() A unique identifier for the model. optional string model_id = 1;- Returns:
- This builder for chaining.
 
 - 
setModelIdBytespublic Service.LoggedModelInfo.Builder setModelIdBytes(com.google.protobuf.ByteString value) A unique identifier for the model. optional string model_id = 1;- Parameters:
- value- The bytes for modelId to set.
- Returns:
- This builder for chaining.
 
 - 
hasExperimentIdpublic boolean hasExperimentId() The ID of the experiment that owns the model. optional string experiment_id = 2;- Specified by:
- hasExperimentIdin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the experimentId field is set.
 
 - 
getExperimentIdpublic java.lang.String getExperimentId() The ID of the experiment that owns the model. optional string experiment_id = 2;- Specified by:
- getExperimentIdin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The experimentId.
 
 - 
getExperimentIdBytespublic com.google.protobuf.ByteString getExperimentIdBytes() The ID of the experiment that owns the model. optional string experiment_id = 2;- Specified by:
- getExperimentIdBytesin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The bytes for experimentId.
 
 - 
setExperimentIdpublic Service.LoggedModelInfo.Builder setExperimentId(java.lang.String value) The ID of the experiment that owns the model. optional string experiment_id = 2;- Parameters:
- value- The experimentId to set.
- Returns:
- This builder for chaining.
 
 - 
clearExperimentIdpublic Service.LoggedModelInfo.Builder clearExperimentId() The ID of the experiment that owns the model. optional string experiment_id = 2;- Returns:
- This builder for chaining.
 
 - 
setExperimentIdBytespublic Service.LoggedModelInfo.Builder setExperimentIdBytes(com.google.protobuf.ByteString value) The ID of the experiment that owns the model. optional string experiment_id = 2;- Parameters:
- value- The bytes for experimentId to set.
- Returns:
- This builder for chaining.
 
 - 
hasNamepublic boolean hasName() Name of the model. optional string name = 3;- Specified by:
- hasNamein interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the name field is set.
 
 - 
getNamepublic java.lang.String getName() Name of the model. optional string name = 3;- Specified by:
- getNamein interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The name.
 
 - 
getNameBytespublic com.google.protobuf.ByteString getNameBytes() Name of the model. optional string name = 3;- Specified by:
- getNameBytesin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The bytes for name.
 
 - 
setNamepublic Service.LoggedModelInfo.Builder setName(java.lang.String value) Name of the model. optional string name = 3;- Parameters:
- value- The name to set.
- Returns:
- This builder for chaining.
 
 - 
clearNamepublic Service.LoggedModelInfo.Builder clearName() Name of the model. optional string name = 3;- Returns:
- This builder for chaining.
 
 - 
setNameBytespublic Service.LoggedModelInfo.Builder setNameBytes(com.google.protobuf.ByteString value) Name of the model. optional string name = 3;- Parameters:
- value- The bytes for name to set.
- Returns:
- This builder for chaining.
 
 - 
hasCreationTimestampMspublic boolean hasCreationTimestampMs() Timestamp when the model was created, in milliseconds since the UNIX epoch. optional int64 creation_timestamp_ms = 4;- Specified by:
- hasCreationTimestampMsin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the creationTimestampMs field is set.
 
 - 
getCreationTimestampMspublic long getCreationTimestampMs() Timestamp when the model was created, in milliseconds since the UNIX epoch. optional int64 creation_timestamp_ms = 4;- Specified by:
- getCreationTimestampMsin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The creationTimestampMs.
 
 - 
setCreationTimestampMspublic Service.LoggedModelInfo.Builder setCreationTimestampMs(long value) Timestamp when the model was created, in milliseconds since the UNIX epoch. optional int64 creation_timestamp_ms = 4;- Parameters:
- value- The creationTimestampMs to set.
- Returns:
- This builder for chaining.
 
 - 
clearCreationTimestampMspublic Service.LoggedModelInfo.Builder clearCreationTimestampMs() Timestamp when the model was created, in milliseconds since the UNIX epoch. optional int64 creation_timestamp_ms = 4;- Returns:
- This builder for chaining.
 
 - 
hasLastUpdatedTimestampMspublic boolean hasLastUpdatedTimestampMs() Timestamp when the model was last updated, in milliseconds since the UNIX epoch optional int64 last_updated_timestamp_ms = 5;- Specified by:
- hasLastUpdatedTimestampMsin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the lastUpdatedTimestampMs field is set.
 
 - 
getLastUpdatedTimestampMspublic long getLastUpdatedTimestampMs() Timestamp when the model was last updated, in milliseconds since the UNIX epoch optional int64 last_updated_timestamp_ms = 5;- Specified by:
- getLastUpdatedTimestampMsin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The lastUpdatedTimestampMs.
 
 - 
setLastUpdatedTimestampMspublic Service.LoggedModelInfo.Builder setLastUpdatedTimestampMs(long value) Timestamp when the model was last updated, in milliseconds since the UNIX epoch optional int64 last_updated_timestamp_ms = 5;- Parameters:
- value- The lastUpdatedTimestampMs to set.
- Returns:
- This builder for chaining.
 
 - 
clearLastUpdatedTimestampMspublic Service.LoggedModelInfo.Builder clearLastUpdatedTimestampMs() Timestamp when the model was last updated, in milliseconds since the UNIX epoch optional int64 last_updated_timestamp_ms = 5;- Returns:
- This builder for chaining.
 
 - 
hasArtifactUripublic boolean hasArtifactUri() URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Specified by:
- hasArtifactUriin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the artifactUri field is set.
 
 - 
getArtifactUripublic java.lang.String getArtifactUri() URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Specified by:
- getArtifactUriin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The artifactUri.
 
 - 
getArtifactUriBytespublic com.google.protobuf.ByteString getArtifactUriBytes() URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Specified by:
- getArtifactUriBytesin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The bytes for artifactUri.
 
 - 
setArtifactUripublic Service.LoggedModelInfo.Builder setArtifactUri(java.lang.String value) URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Parameters:
- value- The artifactUri to set.
- Returns:
- This builder for chaining.
 
 - 
clearArtifactUripublic Service.LoggedModelInfo.Builder clearArtifactUri() URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Returns:
- This builder for chaining.
 
 - 
setArtifactUriBytespublic Service.LoggedModelInfo.Builder setArtifactUriBytes(com.google.protobuf.ByteString value) URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Parameters:
- value- The bytes for artifactUri to set.
- Returns:
- This builder for chaining.
 
 - 
hasStatuspublic boolean hasStatus() Whether or not the model is ready for use. optional .mlflow.LoggedModelStatus status = 7;- Specified by:
- hasStatusin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the status field is set.
 
 - 
getStatuspublic Service.LoggedModelStatus getStatus() Whether or not the model is ready for use. optional .mlflow.LoggedModelStatus status = 7;- Specified by:
- getStatusin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The status.
 
 - 
setStatuspublic Service.LoggedModelInfo.Builder setStatus(Service.LoggedModelStatus value) Whether or not the model is ready for use. optional .mlflow.LoggedModelStatus status = 7;- Parameters:
- value- The status to set.
- Returns:
- This builder for chaining.
 
 - 
clearStatuspublic Service.LoggedModelInfo.Builder clearStatus() Whether or not the model is ready for use. optional .mlflow.LoggedModelStatus status = 7;- Returns:
- This builder for chaining.
 
 - 
hasCreatorIdpublic boolean hasCreatorId() The ID of the user or principal that created the model. optional int64 creator_id = 8;- Specified by:
- hasCreatorIdin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the creatorId field is set.
 
 - 
getCreatorIdpublic long getCreatorId() The ID of the user or principal that created the model. optional int64 creator_id = 8;- Specified by:
- getCreatorIdin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The creatorId.
 
 - 
setCreatorIdpublic Service.LoggedModelInfo.Builder setCreatorId(long value) The ID of the user or principal that created the model. optional int64 creator_id = 8;- Parameters:
- value- The creatorId to set.
- Returns:
- This builder for chaining.
 
 - 
clearCreatorIdpublic Service.LoggedModelInfo.Builder clearCreatorId() The ID of the user or principal that created the model. optional int64 creator_id = 8;- Returns:
- This builder for chaining.
 
 - 
hasModelTypepublic boolean hasModelType() The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Specified by:
- hasModelTypein interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the modelType field is set.
 
 - 
getModelTypepublic java.lang.String getModelType() The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Specified by:
- getModelTypein interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The modelType.
 
 - 
getModelTypeBytespublic com.google.protobuf.ByteString getModelTypeBytes() The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Specified by:
- getModelTypeBytesin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The bytes for modelType.
 
 - 
setModelTypepublic Service.LoggedModelInfo.Builder setModelType(java.lang.String value) The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Parameters:
- value- The modelType to set.
- Returns:
- This builder for chaining.
 
 - 
clearModelTypepublic Service.LoggedModelInfo.Builder clearModelType() The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Returns:
- This builder for chaining.
 
 - 
setModelTypeBytespublic Service.LoggedModelInfo.Builder setModelTypeBytes(com.google.protobuf.ByteString value) The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Parameters:
- value- The bytes for modelType to set.
- Returns:
- This builder for chaining.
 
 - 
hasSourceRunIdpublic boolean hasSourceRunId() Run ID of the run that created the model. optional string source_run_id = 10;- Specified by:
- hasSourceRunIdin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the sourceRunId field is set.
 
 - 
getSourceRunIdpublic java.lang.String getSourceRunId() Run ID of the run that created the model. optional string source_run_id = 10;- Specified by:
- getSourceRunIdin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The sourceRunId.
 
 - 
getSourceRunIdBytespublic com.google.protobuf.ByteString getSourceRunIdBytes() Run ID of the run that created the model. optional string source_run_id = 10;- Specified by:
- getSourceRunIdBytesin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The bytes for sourceRunId.
 
 - 
setSourceRunIdpublic Service.LoggedModelInfo.Builder setSourceRunId(java.lang.String value) Run ID of the run that created the model. optional string source_run_id = 10;- Parameters:
- value- The sourceRunId to set.
- Returns:
- This builder for chaining.
 
 - 
clearSourceRunIdpublic Service.LoggedModelInfo.Builder clearSourceRunId() Run ID of the run that created the model. optional string source_run_id = 10;- Returns:
- This builder for chaining.
 
 - 
setSourceRunIdBytespublic Service.LoggedModelInfo.Builder setSourceRunIdBytes(com.google.protobuf.ByteString value) Run ID of the run that created the model. optional string source_run_id = 10;- Parameters:
- value- The bytes for sourceRunId to set.
- Returns:
- This builder for chaining.
 
 - 
hasStatusMessagepublic boolean hasStatusMessage() Details on the current status. optional string status_message = 11;- Specified by:
- hasStatusMessagein interface- Service.LoggedModelInfoOrBuilder
- Returns:
- Whether the statusMessage field is set.
 
 - 
getStatusMessagepublic java.lang.String getStatusMessage() Details on the current status. optional string status_message = 11;- Specified by:
- getStatusMessagein interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The statusMessage.
 
 - 
getStatusMessageBytespublic com.google.protobuf.ByteString getStatusMessageBytes() Details on the current status. optional string status_message = 11;- Specified by:
- getStatusMessageBytesin interface- Service.LoggedModelInfoOrBuilder
- Returns:
- The bytes for statusMessage.
 
 - 
setStatusMessagepublic Service.LoggedModelInfo.Builder setStatusMessage(java.lang.String value) Details on the current status. optional string status_message = 11;- Parameters:
- value- The statusMessage to set.
- Returns:
- This builder for chaining.
 
 - 
clearStatusMessagepublic Service.LoggedModelInfo.Builder clearStatusMessage() Details on the current status. optional string status_message = 11;- Returns:
- This builder for chaining.
 
 - 
setStatusMessageBytespublic Service.LoggedModelInfo.Builder setStatusMessageBytes(com.google.protobuf.ByteString value) Details on the current status. optional string status_message = 11;- Parameters:
- value- The bytes for statusMessage to set.
- Returns:
- This builder for chaining.
 
 - 
getTagsListpublic java.util.List<Service.LoggedModelTag> getTagsList() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;- Specified by:
- getTagsListin interface- Service.LoggedModelInfoOrBuilder
 
 - 
getTagsCountpublic int getTagsCount() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;- Specified by:
- getTagsCountin interface- Service.LoggedModelInfoOrBuilder
 
 - 
getTagspublic Service.LoggedModelTag getTags(int index) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;- Specified by:
- getTagsin interface- Service.LoggedModelInfoOrBuilder
 
 - 
setTagspublic Service.LoggedModelInfo.Builder setTags(int index, Service.LoggedModelTag value) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
setTagspublic Service.LoggedModelInfo.Builder setTags(int index, Service.LoggedModelTag.Builder builderForValue) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
addTagspublic Service.LoggedModelInfo.Builder addTags(Service.LoggedModelTag value) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
addTagspublic Service.LoggedModelInfo.Builder addTags(int index, Service.LoggedModelTag value) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
addTagspublic Service.LoggedModelInfo.Builder addTags(Service.LoggedModelTag.Builder builderForValue) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
addTagspublic Service.LoggedModelInfo.Builder addTags(int index, Service.LoggedModelTag.Builder builderForValue) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
addAllTagspublic Service.LoggedModelInfo.Builder addAllTags(java.lang.Iterable<? extends Service.LoggedModelTag> values) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
clearTagspublic Service.LoggedModelInfo.Builder clearTags() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
removeTagspublic Service.LoggedModelInfo.Builder removeTags(int index) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getTagsBuilderpublic Service.LoggedModelTag.Builder getTagsBuilder(int index) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getTagsOrBuilderpublic Service.LoggedModelTagOrBuilder getTagsOrBuilder(int index) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;- Specified by:
- getTagsOrBuilderin interface- Service.LoggedModelInfoOrBuilder
 
 - 
getTagsOrBuilderListpublic java.util.List<? extends Service.LoggedModelTagOrBuilder> getTagsOrBuilderList() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;- Specified by:
- getTagsOrBuilderListin interface- Service.LoggedModelInfoOrBuilder
 
 - 
addTagsBuilderpublic Service.LoggedModelTag.Builder addTagsBuilder() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
addTagsBuilderpublic Service.LoggedModelTag.Builder addTagsBuilder(int index) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getTagsBuilderListpublic java.util.List<Service.LoggedModelTag.Builder> getTagsBuilderList() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getRegistrationsListpublic java.util.List<Service.LoggedModelRegistrationInfo> getRegistrationsList() If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;- Specified by:
- getRegistrationsListin interface- Service.LoggedModelInfoOrBuilder
 
 - 
getRegistrationsCountpublic int getRegistrationsCount() If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;- Specified by:
- getRegistrationsCountin interface- Service.LoggedModelInfoOrBuilder
 
 - 
getRegistrationspublic Service.LoggedModelRegistrationInfo getRegistrations(int index) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;- Specified by:
- getRegistrationsin interface- Service.LoggedModelInfoOrBuilder
 
 - 
setRegistrationspublic Service.LoggedModelInfo.Builder setRegistrations(int index, Service.LoggedModelRegistrationInfo value) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
setRegistrationspublic Service.LoggedModelInfo.Builder setRegistrations(int index, Service.LoggedModelRegistrationInfo.Builder builderForValue) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
addRegistrationspublic Service.LoggedModelInfo.Builder addRegistrations(Service.LoggedModelRegistrationInfo value) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
addRegistrationspublic Service.LoggedModelInfo.Builder addRegistrations(int index, Service.LoggedModelRegistrationInfo value) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
addRegistrationspublic Service.LoggedModelInfo.Builder addRegistrations(Service.LoggedModelRegistrationInfo.Builder builderForValue) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
addRegistrationspublic Service.LoggedModelInfo.Builder addRegistrations(int index, Service.LoggedModelRegistrationInfo.Builder builderForValue) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
addAllRegistrationspublic Service.LoggedModelInfo.Builder addAllRegistrations(java.lang.Iterable<? extends Service.LoggedModelRegistrationInfo> values) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
clearRegistrationspublic Service.LoggedModelInfo.Builder clearRegistrations() If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
removeRegistrationspublic Service.LoggedModelInfo.Builder removeRegistrations(int index) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
getRegistrationsBuilderpublic Service.LoggedModelRegistrationInfo.Builder getRegistrationsBuilder(int index) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
getRegistrationsOrBuilderpublic Service.LoggedModelRegistrationInfoOrBuilder getRegistrationsOrBuilder(int index) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;- Specified by:
- getRegistrationsOrBuilderin interface- Service.LoggedModelInfoOrBuilder
 
 - 
getRegistrationsOrBuilderListpublic java.util.List<? extends Service.LoggedModelRegistrationInfoOrBuilder> getRegistrationsOrBuilderList() If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;- Specified by:
- getRegistrationsOrBuilderListin interface- Service.LoggedModelInfoOrBuilder
 
 - 
addRegistrationsBuilderpublic Service.LoggedModelRegistrationInfo.Builder addRegistrationsBuilder() If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
addRegistrationsBuilderpublic Service.LoggedModelRegistrationInfo.Builder addRegistrationsBuilder(int index) If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
getRegistrationsBuilderListpublic java.util.List<Service.LoggedModelRegistrationInfo.Builder> getRegistrationsBuilderList() If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc. repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
 - 
setUnknownFieldspublic final Service.LoggedModelInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- setUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- setUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 - 
mergeUnknownFieldspublic final Service.LoggedModelInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- mergeUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
 
 
- 
 
-