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 classModelRegistry.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 intCREATION_TIMESTAMP_FIELD_NUMBERstatic intDESCRIPTION_FIELD_NUMBERstatic intLAST_UPDATED_TIMESTAMP_FIELD_NUMBERstatic intLATEST_VERSIONS_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic com.google.protobuf.Parser<ModelRegistry.RegisteredModel>PARSERDeprecated.static intUSER_ID_FIELD_NUMBER -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)longgetCreationTimestamp()Timestamp recorded when this ``registered_model`` was created.static ModelRegistry.RegisteredModelgetDefaultInstance()ModelRegistry.RegisteredModelgetDefaultInstanceForType()java.lang.StringgetDescription()Description of this ``registered_model``.com.google.protobuf.ByteStringgetDescriptionBytes()Description of this ``registered_model``.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()longgetLastUpdatedTimestamp()Timestamp recorded when metadata for this ``registered_model`` was last updated.ModelRegistry.ModelVersiongetLatestVersions(int index)Collection of latest model versions for each stage.intgetLatestVersionsCount()Collection of latest model versions for each stage.java.util.List<ModelRegistry.ModelVersion>getLatestVersionsList()Collection of latest model versions for each stage.ModelRegistry.ModelVersionOrBuildergetLatestVersionsOrBuilder(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.StringgetName()Unique name for the model.com.google.protobuf.ByteStringgetNameBytes()Unique name for the model.com.google.protobuf.Parser<ModelRegistry.RegisteredModel>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()java.lang.StringgetUserId()User that created this ``registered_model`` NOTE: this field is not currently returned.com.google.protobuf.ByteStringgetUserIdBytes()User that created this ``registered_model`` NOTE: this field is not currently returned.booleanhasCreationTimestamp()Timestamp recorded when this ``registered_model`` was created.booleanhasDescription()Description of this ``registered_model``.inthashCode()booleanhasLastUpdatedTimestamp()Timestamp recorded when metadata for this ``registered_model`` was last updated.booleanhasName()Unique name for the model.booleanhasUserId()User that created this ``registered_model`` NOTE: this field is not currently returned.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ModelRegistry.RegisteredModel.BuildernewBuilder()static ModelRegistry.RegisteredModel.BuildernewBuilder(ModelRegistry.RegisteredModel prototype)ModelRegistry.RegisteredModel.BuildernewBuilderForType()protected ModelRegistry.RegisteredModel.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static ModelRegistry.RegisteredModelparseDelimitedFrom(java.io.InputStream input)static ModelRegistry.RegisteredModelparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelRegistry.RegisteredModelparseFrom(byte[] data)static ModelRegistry.RegisteredModelparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelRegistry.RegisteredModelparseFrom(com.google.protobuf.ByteString data)static ModelRegistry.RegisteredModelparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelRegistry.RegisteredModelparseFrom(com.google.protobuf.CodedInputStream input)static ModelRegistry.RegisteredModelparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelRegistry.RegisteredModelparseFrom(java.io.InputStream input)static ModelRegistry.RegisteredModelparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelRegistry.RegisteredModelparseFrom(java.nio.ByteBuffer data)static ModelRegistry.RegisteredModelparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ModelRegistry.RegisteredModel>parser()ModelRegistry.RegisteredModel.BuildertoBuilder()voidwriteTo(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, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods 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:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasName
public boolean hasName()Unique name for the model.
optional string name = 1;- Specified by:
hasNamein interfaceModelRegistry.RegisteredModelOrBuilder
-
getName
public java.lang.String getName()Unique name for the model.
optional string name = 1;- Specified by:
getNamein interfaceModelRegistry.RegisteredModelOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Unique name for the model.
optional string name = 1;- Specified by:
getNameBytesin interfaceModelRegistry.RegisteredModelOrBuilder
-
hasCreationTimestamp
public boolean hasCreationTimestamp()Timestamp recorded when this ``registered_model`` was created.
optional int64 creation_timestamp = 2;- Specified by:
hasCreationTimestampin interfaceModelRegistry.RegisteredModelOrBuilder
-
getCreationTimestamp
public long getCreationTimestamp()Timestamp recorded when this ``registered_model`` was created.
optional int64 creation_timestamp = 2;- Specified by:
getCreationTimestampin 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:
hasLastUpdatedTimestampin 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:
getLastUpdatedTimestampin 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:
hasUserIdin 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:
getUserIdin 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:
getUserIdBytesin interfaceModelRegistry.RegisteredModelOrBuilder
-
hasDescription
public boolean hasDescription()Description of this ``registered_model``.
optional string description = 5;- Specified by:
hasDescriptionin interfaceModelRegistry.RegisteredModelOrBuilder
-
getDescription
public java.lang.String getDescription()Description of this ``registered_model``.
optional string description = 5;- Specified by:
getDescriptionin interfaceModelRegistry.RegisteredModelOrBuilder
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()Description of this ``registered_model``.
optional string description = 5;- Specified by:
getDescriptionBytesin 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:
getLatestVersionsListin 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:
getLatestVersionsOrBuilderListin 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:
getLatestVersionsCountin 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:
getLatestVersionsin 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:
getLatestVersionsOrBuilderin interfaceModelRegistry.RegisteredModelOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein 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:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static ModelRegistry.RegisteredModel.Builder newBuilder(ModelRegistry.RegisteredModel prototype) -
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ModelRegistry.RegisteredModel.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-