Package org.mlflow.api.proto
Class ModelRegistry.RegisteredModel
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.mlflow.api.proto.ModelRegistry.RegisteredModel
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,ModelRegistry.RegisteredModelOrBuilder
- Enclosing class:
- ModelRegistry
public static final class ModelRegistry.RegisteredModel extends com.google.protobuf.GeneratedMessageV3 implements ModelRegistry.RegisteredModelOrBuilder
.. note:: Experimental: This entity may change or be removed in a future release without warning.Protobuf type
mlflow.RegisteredModel
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModelRegistry.RegisteredModel.Builder
..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
-
Field Summary
Fields Modifier and Type Field Description static int
CREATION_TIMESTAMP_FIELD_NUMBER
static int
DESCRIPTION_FIELD_NUMBER
static int
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER
static int
LATEST_VERSIONS_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static com.google.protobuf.Parser<ModelRegistry.RegisteredModel>
PARSER
Deprecated.static int
USER_ID_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
long
getCreationTimestamp()
Timestamp recorded when this ``registered_model`` was created.static ModelRegistry.RegisteredModel
getDefaultInstance()
ModelRegistry.RegisteredModel
getDefaultInstanceForType()
java.lang.String
getDescription()
Description of this ``registered_model``.com.google.protobuf.ByteString
getDescriptionBytes()
Description of this ``registered_model``.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
long
getLastUpdatedTimestamp()
Timestamp recorded when metadata for this ``registered_model`` was last updated.ModelRegistry.ModelVersion
getLatestVersions(int index)
Collection of latest model versions for each stage.int
getLatestVersionsCount()
Collection of latest model versions for each stage.java.util.List<ModelRegistry.ModelVersion>
getLatestVersionsList()
Collection of latest model versions for each stage.ModelRegistry.ModelVersionOrBuilder
getLatestVersionsOrBuilder(int index)
Collection of latest model versions for each stage.java.util.List<? extends ModelRegistry.ModelVersionOrBuilder>
getLatestVersionsOrBuilderList()
Collection of latest model versions for each stage.java.lang.String
getName()
Unique name for the model.com.google.protobuf.ByteString
getNameBytes()
Unique name for the model.com.google.protobuf.Parser<ModelRegistry.RegisteredModel>
getParserForType()
int
getSerializedSize()
com.google.protobuf.UnknownFieldSet
getUnknownFields()
java.lang.String
getUserId()
User that created this ``registered_model`` NOTE: this field is not currently returned.com.google.protobuf.ByteString
getUserIdBytes()
User that created this ``registered_model`` NOTE: this field is not currently returned.boolean
hasCreationTimestamp()
Timestamp recorded when this ``registered_model`` was created.boolean
hasDescription()
Description of this ``registered_model``.int
hashCode()
boolean
hasLastUpdatedTimestamp()
Timestamp recorded when metadata for this ``registered_model`` was last updated.boolean
hasName()
Unique name for the model.boolean
hasUserId()
User that created this ``registered_model`` NOTE: this field is not currently returned.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static ModelRegistry.RegisteredModel.Builder
newBuilder()
static ModelRegistry.RegisteredModel.Builder
newBuilder(ModelRegistry.RegisteredModel prototype)
ModelRegistry.RegisteredModel.Builder
newBuilderForType()
protected ModelRegistry.RegisteredModel.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
static ModelRegistry.RegisteredModel
parseDelimitedFrom(java.io.InputStream input)
static ModelRegistry.RegisteredModel
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.RegisteredModel
parseFrom(byte[] data)
static ModelRegistry.RegisteredModel
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.RegisteredModel
parseFrom(com.google.protobuf.ByteString data)
static ModelRegistry.RegisteredModel
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.RegisteredModel
parseFrom(com.google.protobuf.CodedInputStream input)
static ModelRegistry.RegisteredModel
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.RegisteredModel
parseFrom(java.io.InputStream input)
static ModelRegistry.RegisteredModel
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.RegisteredModel
parseFrom(java.nio.ByteBuffer data)
static ModelRegistry.RegisteredModel
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<ModelRegistry.RegisteredModel>
parser()
ModelRegistry.RegisteredModel.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, 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 Details
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER- See Also:
- Constant Field Values
-
CREATION_TIMESTAMP_FIELD_NUMBER
public static final int CREATION_TIMESTAMP_FIELD_NUMBER- See Also:
- Constant Field Values
-
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER
public static final int LAST_UPDATED_TIMESTAMP_FIELD_NUMBER- See Also:
- Constant Field Values
-
USER_ID_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER- See Also:
- Constant Field Values
-
LATEST_VERSIONS_FIELD_NUMBER
public static final int LATEST_VERSIONS_FIELD_NUMBER- See Also:
- Constant Field Values
-
PARSER
Deprecated.
-
-
Method Details
-
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
-
hasName
public boolean hasName()Unique name for the model.
optional string name = 1;
- Specified by:
hasName
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getName
public java.lang.String getName()Unique name for the model.
optional string name = 1;
- Specified by:
getName
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Unique name for the model.
optional string name = 1;
- Specified by:
getNameBytes
in interfaceModelRegistry.RegisteredModelOrBuilder
-
hasCreationTimestamp
public boolean hasCreationTimestamp()Timestamp recorded when this ``registered_model`` was created.
optional int64 creation_timestamp = 2;
- Specified by:
hasCreationTimestamp
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getCreationTimestamp
public long getCreationTimestamp()Timestamp recorded when this ``registered_model`` was created.
optional int64 creation_timestamp = 2;
- Specified by:
getCreationTimestamp
in interfaceModelRegistry.RegisteredModelOrBuilder
-
hasLastUpdatedTimestamp
public boolean hasLastUpdatedTimestamp()Timestamp recorded when metadata for this ``registered_model`` was last updated.
optional int64 last_updated_timestamp = 3;
- Specified by:
hasLastUpdatedTimestamp
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getLastUpdatedTimestamp
public long getLastUpdatedTimestamp()Timestamp recorded when metadata for this ``registered_model`` was last updated.
optional int64 last_updated_timestamp = 3;
- Specified by:
getLastUpdatedTimestamp
in interfaceModelRegistry.RegisteredModelOrBuilder
-
hasUserId
public boolean hasUserId()User that created this ``registered_model`` NOTE: this field is not currently returned.
optional string user_id = 4;
- Specified by:
hasUserId
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getUserId
public java.lang.String getUserId()User that created this ``registered_model`` NOTE: this field is not currently returned.
optional string user_id = 4;
- Specified by:
getUserId
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getUserIdBytes
public com.google.protobuf.ByteString getUserIdBytes()User that created this ``registered_model`` NOTE: this field is not currently returned.
optional string user_id = 4;
- Specified by:
getUserIdBytes
in interfaceModelRegistry.RegisteredModelOrBuilder
-
hasDescription
public boolean hasDescription()Description of this ``registered_model``.
optional string description = 5;
- Specified by:
hasDescription
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getDescription
public java.lang.String getDescription()Description of this ``registered_model``.
optional string description = 5;
- Specified by:
getDescription
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()Description of this ``registered_model``.
optional string description = 5;
- Specified by:
getDescriptionBytes
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getLatestVersionsList
Collection of latest model versions for each stage. Only contains models with current ``READY`` status.
repeated .mlflow.ModelVersion latest_versions = 6;
- Specified by:
getLatestVersionsList
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getLatestVersionsOrBuilderList
public java.util.List<? extends ModelRegistry.ModelVersionOrBuilder> getLatestVersionsOrBuilderList()Collection of latest model versions for each stage. Only contains models with current ``READY`` status.
repeated .mlflow.ModelVersion latest_versions = 6;
- Specified by:
getLatestVersionsOrBuilderList
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getLatestVersionsCount
public int getLatestVersionsCount()Collection of latest model versions for each stage. Only contains models with current ``READY`` status.
repeated .mlflow.ModelVersion latest_versions = 6;
- Specified by:
getLatestVersionsCount
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getLatestVersions
Collection of latest model versions for each stage. Only contains models with current ``READY`` status.
repeated .mlflow.ModelVersion latest_versions = 6;
- Specified by:
getLatestVersions
in interfaceModelRegistry.RegisteredModelOrBuilder
-
getLatestVersionsOrBuilder
Collection of latest model versions for each stage. Only contains models with current ``READY`` status.
repeated .mlflow.ModelVersion latest_versions = 6;
- Specified by:
getLatestVersionsOrBuilder
in interfaceModelRegistry.RegisteredModelOrBuilder
-
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 ModelRegistry.RegisteredModel parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(java.io.InputStream input) throws java.io.IOException- Throws:
java.io.IOException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ModelRegistry.RegisteredModel parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ModelRegistry.RegisteredModel parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Throws:
java.io.IOException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException- Throws:
java.io.IOException
-
parseFrom
public static ModelRegistry.RegisteredModel parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Throws:
java.io.IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static ModelRegistry.RegisteredModel.Builder newBuilder(ModelRegistry.RegisteredModel prototype) -
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ModelRegistry.RegisteredModel.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
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
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-