Package org.mlflow.api.proto
Class Service.LoggedModelInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.mlflow.api.proto.Service.LoggedModelInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,Service.LoggedModelInfoOrBuilder
- Enclosing class:
- Service
public static final class Service.LoggedModelInfo extends com.google.protobuf.GeneratedMessageV3 implements Service.LoggedModelInfoOrBuilder
A LoggedModelInfo includes logged model attributes, tags, and registration info.
Protobuf typemlflow.LoggedModelInfo
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Service.LoggedModelInfo.Builder
A LoggedModelInfo includes logged model attributes, tags, and registration info.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARTIFACT_URI_FIELD_NUMBER
static int
CREATION_TIMESTAMP_MS_FIELD_NUMBER
static int
CREATOR_ID_FIELD_NUMBER
static int
EXPERIMENT_ID_FIELD_NUMBER
static int
LAST_UPDATED_TIMESTAMP_MS_FIELD_NUMBER
static int
MODEL_ID_FIELD_NUMBER
static int
MODEL_TYPE_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static com.google.protobuf.Parser<Service.LoggedModelInfo>
PARSER
Deprecated.static int
REGISTRATIONS_FIELD_NUMBER
static int
SOURCE_RUN_ID_FIELD_NUMBER
static int
STATUS_FIELD_NUMBER
static int
STATUS_MESSAGE_FIELD_NUMBER
static int
TAGS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getArtifactUri()
URI of the directory where model artifacts are stored.com.google.protobuf.ByteString
getArtifactUriBytes()
URI of the directory where model artifacts are stored.long
getCreationTimestampMs()
Timestamp when the model was created, in milliseconds since the UNIX epoch.long
getCreatorId()
The ID of the user or principal that created the model.static Service.LoggedModelInfo
getDefaultInstance()
Service.LoggedModelInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getExperimentId()
The ID of the experiment that owns the model.com.google.protobuf.ByteString
getExperimentIdBytes()
The ID of the experiment that owns the model.long
getLastUpdatedTimestampMs()
Timestamp when the model was last updated, in milliseconds since the UNIX epochjava.lang.String
getModelId()
A unique identifier for the model.com.google.protobuf.ByteString
getModelIdBytes()
A unique identifier for the model.java.lang.String
getModelType()
The type of model, such as "Agent", "Classifier", "LLM".com.google.protobuf.ByteString
getModelTypeBytes()
The type of model, such as "Agent", "Classifier", "LLM".java.lang.String
getName()
Name of the model.com.google.protobuf.ByteString
getNameBytes()
Name of the model.com.google.protobuf.Parser<Service.LoggedModelInfo>
getParserForType()
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.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.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.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.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.int
getSerializedSize()
java.lang.String
getSourceRunId()
Run ID of the run that created the model.com.google.protobuf.ByteString
getSourceRunIdBytes()
Run ID of the run that created the model.Service.LoggedModelStatus
getStatus()
Whether or not the model is ready for use.java.lang.String
getStatusMessage()
Details on the current status.com.google.protobuf.ByteString
getStatusMessageBytes()
Details on the current status.Service.LoggedModelTag
getTags(int index)
Mutable String key-value pairs set on the model.int
getTagsCount()
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.LoggedModelTagOrBuilder
getTagsOrBuilder(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.com.google.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasArtifactUri()
URI of the directory where model artifacts are stored.boolean
hasCreationTimestampMs()
Timestamp when the model was created, in milliseconds since the UNIX epoch.boolean
hasCreatorId()
The ID of the user or principal that created the model.boolean
hasExperimentId()
The ID of the experiment that owns the model.int
hashCode()
boolean
hasLastUpdatedTimestampMs()
Timestamp when the model was last updated, in milliseconds since the UNIX epochboolean
hasModelId()
A unique identifier for the model.boolean
hasModelType()
The type of model, such as "Agent", "Classifier", "LLM".boolean
hasName()
Name of the model.boolean
hasSourceRunId()
Run ID of the run that created the model.boolean
hasStatus()
Whether or not the model is ready for use.boolean
hasStatusMessage()
Details on the current status.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Service.LoggedModelInfo.Builder
newBuilder()
static Service.LoggedModelInfo.Builder
newBuilder(Service.LoggedModelInfo prototype)
Service.LoggedModelInfo.Builder
newBuilderForType()
protected Service.LoggedModelInfo.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Service.LoggedModelInfo
parseDelimitedFrom(java.io.InputStream input)
static Service.LoggedModelInfo
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelInfo
parseFrom(byte[] data)
static Service.LoggedModelInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelInfo
parseFrom(com.google.protobuf.ByteString data)
static Service.LoggedModelInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static Service.LoggedModelInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelInfo
parseFrom(java.io.InputStream input)
static Service.LoggedModelInfo
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelInfo
parseFrom(java.nio.ByteBuffer data)
static Service.LoggedModelInfo
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Service.LoggedModelInfo>
parser()
Service.LoggedModelInfo.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
MODEL_ID_FIELD_NUMBER
public static final int MODEL_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXPERIMENT_ID_FIELD_NUMBER
public static final int EXPERIMENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATION_TIMESTAMP_MS_FIELD_NUMBER
public static final int CREATION_TIMESTAMP_MS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_UPDATED_TIMESTAMP_MS_FIELD_NUMBER
public static final int LAST_UPDATED_TIMESTAMP_MS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ARTIFACT_URI_FIELD_NUMBER
public static final int ARTIFACT_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATOR_ID_FIELD_NUMBER
public static final int CREATOR_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MODEL_TYPE_FIELD_NUMBER
public static final int MODEL_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_RUN_ID_FIELD_NUMBER
public static final int SOURCE_RUN_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_MESSAGE_FIELD_NUMBER
public static final int STATUS_MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TAGS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REGISTRATIONS_FIELD_NUMBER
public static final int REGISTRATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Service.LoggedModelInfo> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasModelId
public boolean hasModelId()
A unique identifier for the model.
optional string model_id = 1;
- Specified by:
hasModelId
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the modelId field is set.
-
getModelId
public java.lang.String getModelId()
A unique identifier for the model.
optional string model_id = 1;
- Specified by:
getModelId
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The modelId.
-
getModelIdBytes
public com.google.protobuf.ByteString getModelIdBytes()
A unique identifier for the model.
optional string model_id = 1;
- Specified by:
getModelIdBytes
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The bytes for modelId.
-
hasExperimentId
public boolean hasExperimentId()
The ID of the experiment that owns the model.
optional string experiment_id = 2;
- Specified by:
hasExperimentId
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the experimentId field is set.
-
getExperimentId
public java.lang.String getExperimentId()
The ID of the experiment that owns the model.
optional string experiment_id = 2;
- Specified by:
getExperimentId
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The experimentId.
-
getExperimentIdBytes
public com.google.protobuf.ByteString getExperimentIdBytes()
The ID of the experiment that owns the model.
optional string experiment_id = 2;
- Specified by:
getExperimentIdBytes
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The bytes for experimentId.
-
hasName
public boolean hasName()
Name of the model.
optional string name = 3;
- Specified by:
hasName
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the name field is set.
-
getName
public java.lang.String getName()
Name of the model.
optional string name = 3;
- Specified by:
getName
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Name of the model.
optional string name = 3;
- Specified by:
getNameBytes
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The bytes for name.
-
hasCreationTimestampMs
public boolean hasCreationTimestampMs()
Timestamp when the model was created, in milliseconds since the UNIX epoch.
optional int64 creation_timestamp_ms = 4;
- Specified by:
hasCreationTimestampMs
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the creationTimestampMs field is set.
-
getCreationTimestampMs
public long getCreationTimestampMs()
Timestamp when the model was created, in milliseconds since the UNIX epoch.
optional int64 creation_timestamp_ms = 4;
- Specified by:
getCreationTimestampMs
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The creationTimestampMs.
-
hasLastUpdatedTimestampMs
public boolean hasLastUpdatedTimestampMs()
Timestamp when the model was last updated, in milliseconds since the UNIX epoch
optional int64 last_updated_timestamp_ms = 5;
- Specified by:
hasLastUpdatedTimestampMs
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the lastUpdatedTimestampMs field is set.
-
getLastUpdatedTimestampMs
public long getLastUpdatedTimestampMs()
Timestamp when the model was last updated, in milliseconds since the UNIX epoch
optional int64 last_updated_timestamp_ms = 5;
- Specified by:
getLastUpdatedTimestampMs
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The lastUpdatedTimestampMs.
-
hasArtifactUri
public boolean hasArtifactUri()
URI of the directory where model artifacts are stored.
optional string artifact_uri = 6;
- Specified by:
hasArtifactUri
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the artifactUri field is set.
-
getArtifactUri
public java.lang.String getArtifactUri()
URI of the directory where model artifacts are stored.
optional string artifact_uri = 6;
- Specified by:
getArtifactUri
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The artifactUri.
-
getArtifactUriBytes
public com.google.protobuf.ByteString getArtifactUriBytes()
URI of the directory where model artifacts are stored.
optional string artifact_uri = 6;
- Specified by:
getArtifactUriBytes
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The bytes for artifactUri.
-
hasStatus
public boolean hasStatus()
Whether or not the model is ready for use.
optional .mlflow.LoggedModelStatus status = 7;
- Specified by:
hasStatus
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the status field is set.
-
getStatus
public Service.LoggedModelStatus getStatus()
Whether or not the model is ready for use.
optional .mlflow.LoggedModelStatus status = 7;
- Specified by:
getStatus
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The status.
-
hasCreatorId
public boolean hasCreatorId()
The ID of the user or principal that created the model.
optional int64 creator_id = 8;
- Specified by:
hasCreatorId
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the creatorId field is set.
-
getCreatorId
public long getCreatorId()
The ID of the user or principal that created the model.
optional int64 creator_id = 8;
- Specified by:
getCreatorId
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The creatorId.
-
hasModelType
public boolean hasModelType()
The type of model, such as "Agent", "Classifier", "LLM".
optional string model_type = 9;
- Specified by:
hasModelType
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the modelType field is set.
-
getModelType
public java.lang.String getModelType()
The type of model, such as "Agent", "Classifier", "LLM".
optional string model_type = 9;
- Specified by:
getModelType
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The modelType.
-
getModelTypeBytes
public com.google.protobuf.ByteString getModelTypeBytes()
The type of model, such as "Agent", "Classifier", "LLM".
optional string model_type = 9;
- Specified by:
getModelTypeBytes
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The bytes for modelType.
-
hasSourceRunId
public boolean hasSourceRunId()
Run ID of the run that created the model.
optional string source_run_id = 10;
- Specified by:
hasSourceRunId
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the sourceRunId field is set.
-
getSourceRunId
public java.lang.String getSourceRunId()
Run ID of the run that created the model.
optional string source_run_id = 10;
- Specified by:
getSourceRunId
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The sourceRunId.
-
getSourceRunIdBytes
public com.google.protobuf.ByteString getSourceRunIdBytes()
Run ID of the run that created the model.
optional string source_run_id = 10;
- Specified by:
getSourceRunIdBytes
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The bytes for sourceRunId.
-
hasStatusMessage
public boolean hasStatusMessage()
Details on the current status.
optional string status_message = 11;
- Specified by:
hasStatusMessage
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- Whether the statusMessage field is set.
-
getStatusMessage
public java.lang.String getStatusMessage()
Details on the current status.
optional string status_message = 11;
- Specified by:
getStatusMessage
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The statusMessage.
-
getStatusMessageBytes
public com.google.protobuf.ByteString getStatusMessageBytes()
Details on the current status.
optional string status_message = 11;
- Specified by:
getStatusMessageBytes
in interfaceService.LoggedModelInfoOrBuilder
- Returns:
- The bytes for statusMessage.
-
getTagsList
public java.util.List<Service.LoggedModelTag> getTagsList()
Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
- Specified by:
getTagsList
in interfaceService.LoggedModelInfoOrBuilder
-
getTagsOrBuilderList
public java.util.List<? extends Service.LoggedModelTagOrBuilder> getTagsOrBuilderList()
Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
- Specified by:
getTagsOrBuilderList
in interfaceService.LoggedModelInfoOrBuilder
-
getTagsCount
public int getTagsCount()
Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
- Specified by:
getTagsCount
in interfaceService.LoggedModelInfoOrBuilder
-
getTags
public Service.LoggedModelTag getTags(int index)
Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
- Specified by:
getTags
in interfaceService.LoggedModelInfoOrBuilder
-
getTagsOrBuilder
public Service.LoggedModelTagOrBuilder getTagsOrBuilder(int index)
Mutable String key-value pairs set on the model.
repeated .mlflow.LoggedModelTag tags = 12;
- Specified by:
getTagsOrBuilder
in interfaceService.LoggedModelInfoOrBuilder
-
getRegistrationsList
public 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:
getRegistrationsList
in interfaceService.LoggedModelInfoOrBuilder
-
getRegistrationsOrBuilderList
public 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:
getRegistrationsOrBuilderList
in interfaceService.LoggedModelInfoOrBuilder
-
getRegistrationsCount
public 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:
getRegistrationsCount
in interfaceService.LoggedModelInfoOrBuilder
-
getRegistrations
public 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:
getRegistrations
in interfaceService.LoggedModelInfoOrBuilder
-
getRegistrationsOrBuilder
public 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:
getRegistrationsOrBuilder
in interfaceService.LoggedModelInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Service.LoggedModelInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Service.LoggedModelInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Service.LoggedModelInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Service.LoggedModelInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public Service.LoggedModelInfo.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Service.LoggedModelInfo.Builder newBuilder()
-
newBuilder
public static Service.LoggedModelInfo.Builder newBuilder(Service.LoggedModelInfo prototype)
-
toBuilder
public Service.LoggedModelInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Service.LoggedModelInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Service.LoggedModelInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Service.LoggedModelInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<Service.LoggedModelInfo> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Service.LoggedModelInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-