Package org.mlflow.api.proto
Interface Service.LoggedModelInfoOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.LoggedModelInfo,- Service.LoggedModelInfo.Builder
 - Enclosing class:
- Service
 
 public static interface Service.LoggedModelInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.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.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.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.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasModelIdboolean hasModelId() A unique identifier for the model. optional string model_id = 1;- Returns:
- Whether the modelId field is set.
 
 - 
getModelIdjava.lang.String getModelId() A unique identifier for the model. optional string model_id = 1;- Returns:
- The modelId.
 
 - 
getModelIdBytescom.google.protobuf.ByteString getModelIdBytes() A unique identifier for the model. optional string model_id = 1;- Returns:
- The bytes for modelId.
 
 - 
hasExperimentIdboolean hasExperimentId() The ID of the experiment that owns the model. optional string experiment_id = 2;- Returns:
- Whether the experimentId field is set.
 
 - 
getExperimentIdjava.lang.String getExperimentId() The ID of the experiment that owns the model. optional string experiment_id = 2;- Returns:
- The experimentId.
 
 - 
getExperimentIdBytescom.google.protobuf.ByteString getExperimentIdBytes() The ID of the experiment that owns the model. optional string experiment_id = 2;- Returns:
- The bytes for experimentId.
 
 - 
hasNameboolean hasName() Name of the model. optional string name = 3;- Returns:
- Whether the name field is set.
 
 - 
getNamejava.lang.String getName() Name of the model. optional string name = 3;- Returns:
- The name.
 
 - 
getNameBytescom.google.protobuf.ByteString getNameBytes() Name of the model. optional string name = 3;- Returns:
- The bytes for name.
 
 - 
hasCreationTimestampMsboolean hasCreationTimestampMs() Timestamp when the model was created, in milliseconds since the UNIX epoch. optional int64 creation_timestamp_ms = 4;- Returns:
- Whether the creationTimestampMs field is set.
 
 - 
getCreationTimestampMslong getCreationTimestampMs() Timestamp when the model was created, in milliseconds since the UNIX epoch. optional int64 creation_timestamp_ms = 4;- Returns:
- The creationTimestampMs.
 
 - 
hasLastUpdatedTimestampMsboolean hasLastUpdatedTimestampMs() Timestamp when the model was last updated, in milliseconds since the UNIX epoch optional int64 last_updated_timestamp_ms = 5;- Returns:
- Whether the lastUpdatedTimestampMs field is set.
 
 - 
getLastUpdatedTimestampMslong getLastUpdatedTimestampMs() Timestamp when the model was last updated, in milliseconds since the UNIX epoch optional int64 last_updated_timestamp_ms = 5;- Returns:
- The lastUpdatedTimestampMs.
 
 - 
hasArtifactUriboolean hasArtifactUri() URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Returns:
- Whether the artifactUri field is set.
 
 - 
getArtifactUrijava.lang.String getArtifactUri() URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Returns:
- The artifactUri.
 
 - 
getArtifactUriBytescom.google.protobuf.ByteString getArtifactUriBytes() URI of the directory where model artifacts are stored. optional string artifact_uri = 6;- Returns:
- The bytes for artifactUri.
 
 - 
hasStatusboolean hasStatus() Whether or not the model is ready for use. optional .mlflow.LoggedModelStatus status = 7;- Returns:
- Whether the status field is set.
 
 - 
getStatusService.LoggedModelStatus getStatus() Whether or not the model is ready for use. optional .mlflow.LoggedModelStatus status = 7;- Returns:
- The status.
 
 - 
hasCreatorIdboolean hasCreatorId() The ID of the user or principal that created the model. optional int64 creator_id = 8;- Returns:
- Whether the creatorId field is set.
 
 - 
getCreatorIdlong getCreatorId() The ID of the user or principal that created the model. optional int64 creator_id = 8;- Returns:
- The creatorId.
 
 - 
hasModelTypeboolean hasModelType() The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Returns:
- Whether the modelType field is set.
 
 - 
getModelTypejava.lang.String getModelType() The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Returns:
- The modelType.
 
 - 
getModelTypeBytescom.google.protobuf.ByteString getModelTypeBytes() The type of model, such as "Agent", "Classifier", "LLM". optional string model_type = 9;- Returns:
- The bytes for modelType.
 
 - 
hasSourceRunIdboolean hasSourceRunId() Run ID of the run that created the model. optional string source_run_id = 10;- Returns:
- Whether the sourceRunId field is set.
 
 - 
getSourceRunIdjava.lang.String getSourceRunId() Run ID of the run that created the model. optional string source_run_id = 10;- Returns:
- The sourceRunId.
 
 - 
getSourceRunIdBytescom.google.protobuf.ByteString getSourceRunIdBytes() Run ID of the run that created the model. optional string source_run_id = 10;- Returns:
- The bytes for sourceRunId.
 
 - 
hasStatusMessageboolean hasStatusMessage() Details on the current status. optional string status_message = 11;- Returns:
- Whether the statusMessage field is set.
 
 - 
getStatusMessagejava.lang.String getStatusMessage() Details on the current status. optional string status_message = 11;- Returns:
- The statusMessage.
 
 - 
getStatusMessageBytescom.google.protobuf.ByteString getStatusMessageBytes() Details on the current status. optional string status_message = 11;- Returns:
- The bytes for statusMessage.
 
 - 
getTagsListjava.util.List<Service.LoggedModelTag> getTagsList() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getTagsService.LoggedModelTag getTags(int index) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getTagsCountint getTagsCount() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getTagsOrBuilderListjava.util.List<? extends Service.LoggedModelTagOrBuilder> getTagsOrBuilderList() Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getTagsOrBuilderService.LoggedModelTagOrBuilder getTagsOrBuilder(int index) Mutable String key-value pairs set on the model. repeated .mlflow.LoggedModelTag tags = 12;
 - 
getRegistrationsListjava.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;
 - 
getRegistrationsService.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;
 - 
getRegistrationsCountint 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;
 - 
getRegistrationsOrBuilderListjava.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;
 - 
getRegistrationsOrBuilderService.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;
 
- 
 
-