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 Summary
Modifier and TypeMethodDescriptionURI of the directory where model artifacts are stored.com.google.protobuf.ByteString
URI of the directory where model artifacts are stored.long
Timestamp when the model was created, in milliseconds since the UNIX epoch.long
The ID of the user or principal that created the model.The ID of the experiment that owns the model.com.google.protobuf.ByteString
The ID of the experiment that owns the model.long
Timestamp when the model was last updated, in milliseconds since the UNIX epochA unique identifier for the model.com.google.protobuf.ByteString
A unique identifier for the model.The type of model, such as "Agent", "Classifier", "LLM".com.google.protobuf.ByteString
The type of model, such as "Agent", "Classifier", "LLM".getName()
Name of the model.com.google.protobuf.ByteString
Name of the model.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.int
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.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.List<? extends Service.LoggedModelRegistrationInfoOrBuilder>
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Run ID of the run that created the model.com.google.protobuf.ByteString
Run ID of the run that created the model.Whether or not the model is ready for use.Details on the current status.com.google.protobuf.ByteString
Details on the current status.getTags
(int index) Mutable String key-value pairs set on the model.int
Mutable String key-value pairs set on the model.Mutable String key-value pairs set on the model.getTagsOrBuilder
(int index) Mutable String key-value pairs set on the model.List<? extends Service.LoggedModelTagOrBuilder>
Mutable String key-value pairs set on the model.boolean
URI of the directory where model artifacts are stored.boolean
Timestamp when the model was created, in milliseconds since the UNIX epoch.boolean
The ID of the user or principal that created the model.boolean
The ID of the experiment that owns the model.boolean
Timestamp when the model was last updated, in milliseconds since the UNIX epochboolean
A unique identifier for the model.boolean
The type of model, such as "Agent", "Classifier", "LLM".boolean
hasName()
Name of the model.boolean
Run ID of the run that created the model.boolean
Whether or not the model is ready for use.boolean
Details on the current status.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasModelId
boolean hasModelId()A unique identifier for the model.
optional string model_id = 1;
- Returns:
- Whether the modelId field is set.
-
getModelId
String getModelId()A unique identifier for the model.
optional string model_id = 1;
- Returns:
- The modelId.
-
getModelIdBytes
com.google.protobuf.ByteString getModelIdBytes()A unique identifier for the model.
optional string model_id = 1;
- Returns:
- The bytes for modelId.
-
hasExperimentId
boolean hasExperimentId()The ID of the experiment that owns the model.
optional string experiment_id = 2;
- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()The ID of the experiment that owns the model.
optional string experiment_id = 2;
- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()The ID of the experiment that owns the model.
optional string experiment_id = 2;
- Returns:
- The bytes for experimentId.
-
hasName
boolean hasName()Name of the model.
optional string name = 3;
- Returns:
- Whether the name field is set.
-
getName
String getName()Name of the model.
optional string name = 3;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the model.
optional string name = 3;
- Returns:
- The bytes for name.
-
hasCreationTimestampMs
boolean 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.
-
getCreationTimestampMs
long getCreationTimestampMs()Timestamp when the model was created, in milliseconds since the UNIX epoch.
optional int64 creation_timestamp_ms = 4;
- Returns:
- The creationTimestampMs.
-
hasLastUpdatedTimestampMs
boolean 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.
-
getLastUpdatedTimestampMs
long getLastUpdatedTimestampMs()Timestamp when the model was last updated, in milliseconds since the UNIX epoch
optional int64 last_updated_timestamp_ms = 5;
- Returns:
- The lastUpdatedTimestampMs.
-
hasArtifactUri
boolean hasArtifactUri()URI of the directory where model artifacts are stored.
optional string artifact_uri = 6;
- Returns:
- Whether the artifactUri field is set.
-
getArtifactUri
String getArtifactUri()URI of the directory where model artifacts are stored.
optional string artifact_uri = 6;
- Returns:
- The artifactUri.
-
getArtifactUriBytes
com.google.protobuf.ByteString getArtifactUriBytes()URI of the directory where model artifacts are stored.
optional string artifact_uri = 6;
- Returns:
- The bytes for artifactUri.
-
hasStatus
boolean hasStatus()Whether or not the model is ready for use.
optional .mlflow.LoggedModelStatus status = 7;
- Returns:
- Whether the status field is set.
-
getStatus
Service.LoggedModelStatus getStatus()Whether or not the model is ready for use.
optional .mlflow.LoggedModelStatus status = 7;
- Returns:
- The status.
-
hasCreatorId
boolean hasCreatorId()The ID of the user or principal that created the model.
optional int64 creator_id = 8;
- Returns:
- Whether the creatorId field is set.
-
getCreatorId
long getCreatorId()The ID of the user or principal that created the model.
optional int64 creator_id = 8;
- Returns:
- The creatorId.
-
hasModelType
boolean hasModelType()The type of model, such as "Agent", "Classifier", "LLM".
optional string model_type = 9;
- Returns:
- Whether the modelType field is set.
-
getModelType
String getModelType()The type of model, such as "Agent", "Classifier", "LLM".
optional string model_type = 9;
- Returns:
- The modelType.
-
getModelTypeBytes
com.google.protobuf.ByteString getModelTypeBytes()The type of model, such as "Agent", "Classifier", "LLM".
optional string model_type = 9;
- Returns:
- The bytes for modelType.
-
hasSourceRunId
boolean hasSourceRunId()Run ID of the run that created the model.
optional string source_run_id = 10;
- Returns:
- Whether the sourceRunId field is set.
-
getSourceRunId
String getSourceRunId()Run ID of the run that created the model.
optional string source_run_id = 10;
- Returns:
- The sourceRunId.
-
getSourceRunIdBytes
com.google.protobuf.ByteString getSourceRunIdBytes()Run ID of the run that created the model.
optional string source_run_id = 10;
- Returns:
- The bytes for sourceRunId.
-
hasStatusMessage
boolean hasStatusMessage()Details on the current status.
optional string status_message = 11;
- Returns:
- Whether the statusMessage field is set.
-
getStatusMessage
String getStatusMessage()Details on the current status.
optional string status_message = 11;
- Returns:
- The statusMessage.
-
getStatusMessageBytes
com.google.protobuf.ByteString getStatusMessageBytes()Details on the current status.
optional string status_message = 11;
- Returns:
- The bytes for statusMessage.
-
getTagsList
List<Service.LoggedModelTag> getTagsList()Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
-
getTags
Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
-
getTagsCount
int getTagsCount()Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
-
getTagsOrBuilderList
List<? extends Service.LoggedModelTagOrBuilder> getTagsOrBuilderList()Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
-
getTagsOrBuilder
Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
-
getRegistrationsList
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;
-
getRegistrations
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;
-
getRegistrationsCount
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;
-
getRegistrationsOrBuilderList
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;
-
getRegistrationsOrBuilder
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;
-