public static final class ModelRegistry.ModelVersion extends com.google.protobuf.GeneratedMessageV3 implements ModelRegistry.ModelVersionOrBuilder
mlflow.ModelVersion
Modifier and Type | Class and Description |
---|---|
static class |
ModelRegistry.ModelVersion.Builder
Protobuf type
mlflow.ModelVersion |
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
Modifier and Type | Field and Description |
---|---|
static int |
CREATION_TIMESTAMP_FIELD_NUMBER |
static int |
CURRENT_STAGE_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<ModelRegistry.ModelVersion> |
PARSER
Deprecated.
|
static int |
RUN_ID_FIELD_NUMBER |
static int |
RUN_LINK_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
STATUS_MESSAGE_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
USER_ID_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getCreationTimestamp()
Timestamp recorded when this ``model_version`` was created.
|
String |
getCurrentStage()
Current stage for this ``model_version``.
|
com.google.protobuf.ByteString |
getCurrentStageBytes()
Current stage for this ``model_version``.
|
static ModelRegistry.ModelVersion |
getDefaultInstance() |
ModelRegistry.ModelVersion |
getDefaultInstanceForType() |
String |
getDescription()
Description of this ``model_version``.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of this ``model_version``.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getLastUpdatedTimestamp()
Timestamp recorded when metadata for this ``model_version`` was last updated.
|
String |
getName()
Unique name of the model
|
com.google.protobuf.ByteString |
getNameBytes()
Unique name of the model
|
com.google.protobuf.Parser<ModelRegistry.ModelVersion> |
getParserForType() |
String |
getRunId()
MLflow run ID used when creating ``model_version``, if ``source`` was generated by an
experiment run stored in MLflow tracking server.
|
com.google.protobuf.ByteString |
getRunIdBytes()
MLflow run ID used when creating ``model_version``, if ``source`` was generated by an
experiment run stored in MLflow tracking server.
|
String |
getRunLink()
Run Link: Direct link to the run that generated this version
|
com.google.protobuf.ByteString |
getRunLinkBytes()
Run Link: Direct link to the run that generated this version
|
int |
getSerializedSize() |
String |
getSource()
URI indicating the location of the source model artifacts, used when creating ``model_version``
|
com.google.protobuf.ByteString |
getSourceBytes()
URI indicating the location of the source model artifacts, used when creating ``model_version``
|
ModelRegistry.ModelVersionStatus |
getStatus()
Current status of ``model_version``
|
String |
getStatusMessage()
Details on current ``status``, if it is pending or failed.
|
com.google.protobuf.ByteString |
getStatusMessageBytes()
Details on current ``status``, if it is pending or failed.
|
ModelRegistry.ModelVersionTag |
getTags(int index)
Tags: Additional metadata key-value pairs for this ``model_version``.
|
int |
getTagsCount()
Tags: Additional metadata key-value pairs for this ``model_version``.
|
List<ModelRegistry.ModelVersionTag> |
getTagsList()
Tags: Additional metadata key-value pairs for this ``model_version``.
|
ModelRegistry.ModelVersionTagOrBuilder |
getTagsOrBuilder(int index)
Tags: Additional metadata key-value pairs for this ``model_version``.
|
List<? extends ModelRegistry.ModelVersionTagOrBuilder> |
getTagsOrBuilderList()
Tags: Additional metadata key-value pairs for this ``model_version``.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUserId()
User that created this ``model_version``.
|
com.google.protobuf.ByteString |
getUserIdBytes()
User that created this ``model_version``.
|
String |
getVersion()
Model's version number.
|
com.google.protobuf.ByteString |
getVersionBytes()
Model's version number.
|
boolean |
hasCreationTimestamp()
Timestamp recorded when this ``model_version`` was created.
|
boolean |
hasCurrentStage()
Current stage for this ``model_version``.
|
boolean |
hasDescription()
Description of this ``model_version``.
|
int |
hashCode() |
boolean |
hasLastUpdatedTimestamp()
Timestamp recorded when metadata for this ``model_version`` was last updated.
|
boolean |
hasName()
Unique name of the model
|
boolean |
hasRunId()
MLflow run ID used when creating ``model_version``, if ``source`` was generated by an
experiment run stored in MLflow tracking server.
|
boolean |
hasRunLink()
Run Link: Direct link to the run that generated this version
|
boolean |
hasSource()
URI indicating the location of the source model artifacts, used when creating ``model_version``
|
boolean |
hasStatus()
Current status of ``model_version``
|
boolean |
hasStatusMessage()
Details on current ``status``, if it is pending or failed.
|
boolean |
hasUserId()
User that created this ``model_version``.
|
boolean |
hasVersion()
Model's version number.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ModelRegistry.ModelVersion.Builder |
newBuilder() |
static ModelRegistry.ModelVersion.Builder |
newBuilder(ModelRegistry.ModelVersion prototype) |
ModelRegistry.ModelVersion.Builder |
newBuilderForType() |
protected ModelRegistry.ModelVersion.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ModelRegistry.ModelVersion |
parseDelimitedFrom(InputStream input) |
static ModelRegistry.ModelVersion |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.ModelVersion |
parseFrom(byte[] data) |
static ModelRegistry.ModelVersion |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.ModelVersion |
parseFrom(ByteBuffer data) |
static ModelRegistry.ModelVersion |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.ModelVersion |
parseFrom(com.google.protobuf.ByteString data) |
static ModelRegistry.ModelVersion |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.ModelVersion |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ModelRegistry.ModelVersion |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.ModelVersion |
parseFrom(InputStream input) |
static ModelRegistry.ModelVersion |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ModelRegistry.ModelVersion> |
parser() |
ModelRegistry.ModelVersion.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int NAME_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int CREATION_TIMESTAMP_FIELD_NUMBER
public static final int LAST_UPDATED_TIMESTAMP_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER
public static final int CURRENT_STAGE_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static final int RUN_ID_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int STATUS_MESSAGE_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int RUN_LINK_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<ModelRegistry.ModelVersion> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasName()
Unique name of the model
optional string name = 1;
hasName
in interface ModelRegistry.ModelVersionOrBuilder
public String getName()
Unique name of the model
optional string name = 1;
getName
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Unique name of the model
optional string name = 1;
getNameBytes
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasVersion()
Model's version number.
optional string version = 2;
hasVersion
in interface ModelRegistry.ModelVersionOrBuilder
public String getVersion()
Model's version number.
optional string version = 2;
getVersion
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getVersionBytes()
Model's version number.
optional string version = 2;
getVersionBytes
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasCreationTimestamp()
Timestamp recorded when this ``model_version`` was created.
optional int64 creation_timestamp = 3;
hasCreationTimestamp
in interface ModelRegistry.ModelVersionOrBuilder
public long getCreationTimestamp()
Timestamp recorded when this ``model_version`` was created.
optional int64 creation_timestamp = 3;
getCreationTimestamp
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasLastUpdatedTimestamp()
Timestamp recorded when metadata for this ``model_version`` was last updated.
optional int64 last_updated_timestamp = 4;
hasLastUpdatedTimestamp
in interface ModelRegistry.ModelVersionOrBuilder
public long getLastUpdatedTimestamp()
Timestamp recorded when metadata for this ``model_version`` was last updated.
optional int64 last_updated_timestamp = 4;
getLastUpdatedTimestamp
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasUserId()
User that created this ``model_version``.
optional string user_id = 5;
hasUserId
in interface ModelRegistry.ModelVersionOrBuilder
public String getUserId()
User that created this ``model_version``.
optional string user_id = 5;
getUserId
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getUserIdBytes()
User that created this ``model_version``.
optional string user_id = 5;
getUserIdBytes
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasCurrentStage()
Current stage for this ``model_version``.
optional string current_stage = 6;
hasCurrentStage
in interface ModelRegistry.ModelVersionOrBuilder
public String getCurrentStage()
Current stage for this ``model_version``.
optional string current_stage = 6;
getCurrentStage
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getCurrentStageBytes()
Current stage for this ``model_version``.
optional string current_stage = 6;
getCurrentStageBytes
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasDescription()
Description of this ``model_version``.
optional string description = 7;
hasDescription
in interface ModelRegistry.ModelVersionOrBuilder
public String getDescription()
Description of this ``model_version``.
optional string description = 7;
getDescription
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
Description of this ``model_version``.
optional string description = 7;
getDescriptionBytes
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasSource()
URI indicating the location of the source model artifacts, used when creating ``model_version``
optional string source = 8;
hasSource
in interface ModelRegistry.ModelVersionOrBuilder
public String getSource()
URI indicating the location of the source model artifacts, used when creating ``model_version``
optional string source = 8;
getSource
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getSourceBytes()
URI indicating the location of the source model artifacts, used when creating ``model_version``
optional string source = 8;
getSourceBytes
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasRunId()
MLflow run ID used when creating ``model_version``, if ``source`` was generated by an experiment run stored in MLflow tracking server.
optional string run_id = 9;
hasRunId
in interface ModelRegistry.ModelVersionOrBuilder
public String getRunId()
MLflow run ID used when creating ``model_version``, if ``source`` was generated by an experiment run stored in MLflow tracking server.
optional string run_id = 9;
getRunId
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getRunIdBytes()
MLflow run ID used when creating ``model_version``, if ``source`` was generated by an experiment run stored in MLflow tracking server.
optional string run_id = 9;
getRunIdBytes
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasStatus()
Current status of ``model_version``
optional .mlflow.ModelVersionStatus status = 10;
hasStatus
in interface ModelRegistry.ModelVersionOrBuilder
public ModelRegistry.ModelVersionStatus getStatus()
Current status of ``model_version``
optional .mlflow.ModelVersionStatus status = 10;
getStatus
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasStatusMessage()
Details on current ``status``, if it is pending or failed.
optional string status_message = 11;
hasStatusMessage
in interface ModelRegistry.ModelVersionOrBuilder
public String getStatusMessage()
Details on current ``status``, if it is pending or failed.
optional string status_message = 11;
getStatusMessage
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getStatusMessageBytes()
Details on current ``status``, if it is pending or failed.
optional string status_message = 11;
getStatusMessageBytes
in interface ModelRegistry.ModelVersionOrBuilder
public List<ModelRegistry.ModelVersionTag> getTagsList()
Tags: Additional metadata key-value pairs for this ``model_version``.
repeated .mlflow.ModelVersionTag tags = 12;
getTagsList
in interface ModelRegistry.ModelVersionOrBuilder
public List<? extends ModelRegistry.ModelVersionTagOrBuilder> getTagsOrBuilderList()
Tags: Additional metadata key-value pairs for this ``model_version``.
repeated .mlflow.ModelVersionTag tags = 12;
getTagsOrBuilderList
in interface ModelRegistry.ModelVersionOrBuilder
public int getTagsCount()
Tags: Additional metadata key-value pairs for this ``model_version``.
repeated .mlflow.ModelVersionTag tags = 12;
getTagsCount
in interface ModelRegistry.ModelVersionOrBuilder
public ModelRegistry.ModelVersionTag getTags(int index)
Tags: Additional metadata key-value pairs for this ``model_version``.
repeated .mlflow.ModelVersionTag tags = 12;
getTags
in interface ModelRegistry.ModelVersionOrBuilder
public ModelRegistry.ModelVersionTagOrBuilder getTagsOrBuilder(int index)
Tags: Additional metadata key-value pairs for this ``model_version``.
repeated .mlflow.ModelVersionTag tags = 12;
getTagsOrBuilder
in interface ModelRegistry.ModelVersionOrBuilder
public boolean hasRunLink()
Run Link: Direct link to the run that generated this version
optional string run_link = 13;
hasRunLink
in interface ModelRegistry.ModelVersionOrBuilder
public String getRunLink()
Run Link: Direct link to the run that generated this version
optional string run_link = 13;
getRunLink
in interface ModelRegistry.ModelVersionOrBuilder
public com.google.protobuf.ByteString getRunLinkBytes()
Run Link: Direct link to the run that generated this version
optional string run_link = 13;
getRunLinkBytes
in interface ModelRegistry.ModelVersionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ModelRegistry.ModelVersion parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.ModelVersion parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.ModelVersion parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.ModelVersion parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.ModelVersion parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.ModelVersion parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.ModelVersion parseFrom(InputStream input) throws IOException
IOException
public static ModelRegistry.ModelVersion parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ModelRegistry.ModelVersion parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ModelRegistry.ModelVersion parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ModelRegistry.ModelVersion parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ModelRegistry.ModelVersion parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ModelRegistry.ModelVersion.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ModelRegistry.ModelVersion.Builder newBuilder()
public static ModelRegistry.ModelVersion.Builder newBuilder(ModelRegistry.ModelVersion prototype)
public ModelRegistry.ModelVersion.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ModelRegistry.ModelVersion.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ModelRegistry.ModelVersion getDefaultInstance()
public static com.google.protobuf.Parser<ModelRegistry.ModelVersion> parser()
public com.google.protobuf.Parser<ModelRegistry.ModelVersion> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ModelRegistry.ModelVersion getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.