public static final class ModelRegistry.CreateModelVersion extends com.google.protobuf.GeneratedMessageV3 implements ModelRegistry.CreateModelVersionOrBuilder
mlflow.CreateModelVersion
Modifier and Type | Class and Description |
---|---|
static class |
ModelRegistry.CreateModelVersion.Builder
Protobuf type
mlflow.CreateModelVersion |
static class |
ModelRegistry.CreateModelVersion.Response
Protobuf type
mlflow.CreateModelVersion.Response |
static interface |
ModelRegistry.CreateModelVersion.ResponseOrBuilder |
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 |
DESCRIPTION_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<ModelRegistry.CreateModelVersion> |
PARSER
Deprecated.
|
static int |
RUN_ID_FIELD_NUMBER |
static int |
RUN_LINK_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ModelRegistry.CreateModelVersion |
getDefaultInstance() |
ModelRegistry.CreateModelVersion |
getDefaultInstanceForType() |
String |
getDescription()
Optional description for model version.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional description for model version.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
Register model under this name
|
com.google.protobuf.ByteString |
getNameBytes()
Register model under this name
|
com.google.protobuf.Parser<ModelRegistry.CreateModelVersion> |
getParserForType() |
String |
getRunId()
MLflow run ID for correlation, if ``source`` was generated by an experiment run in
MLflow tracking server
|
com.google.protobuf.ByteString |
getRunIdBytes()
MLflow run ID for correlation, if ``source`` was generated by an experiment run in
MLflow tracking server
|
String |
getRunLink()
MLflow run link - this is the exact link of the run that generated this model version,
potentially hosted at another instance of MLflow.
|
com.google.protobuf.ByteString |
getRunLinkBytes()
MLflow run link - this is the exact link of the run that generated this model version,
potentially hosted at another instance of MLflow.
|
int |
getSerializedSize() |
String |
getSource()
URI indicating the location of the model artifacts.
|
com.google.protobuf.ByteString |
getSourceBytes()
URI indicating the location of the model artifacts.
|
ModelRegistry.ModelVersionTag |
getTags(int index)
Additional metadata for model version.
|
int |
getTagsCount()
Additional metadata for model version.
|
List<ModelRegistry.ModelVersionTag> |
getTagsList()
Additional metadata for model version.
|
ModelRegistry.ModelVersionTagOrBuilder |
getTagsOrBuilder(int index)
Additional metadata for model version.
|
List<? extends ModelRegistry.ModelVersionTagOrBuilder> |
getTagsOrBuilderList()
Additional metadata for model version.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDescription()
Optional description for model version.
|
int |
hashCode() |
boolean |
hasName()
Register model under this name
|
boolean |
hasRunId()
MLflow run ID for correlation, if ``source`` was generated by an experiment run in
MLflow tracking server
|
boolean |
hasRunLink()
MLflow run link - this is the exact link of the run that generated this model version,
potentially hosted at another instance of MLflow.
|
boolean |
hasSource()
URI indicating the location of the model artifacts.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ModelRegistry.CreateModelVersion.Builder |
newBuilder() |
static ModelRegistry.CreateModelVersion.Builder |
newBuilder(ModelRegistry.CreateModelVersion prototype) |
ModelRegistry.CreateModelVersion.Builder |
newBuilderForType() |
protected ModelRegistry.CreateModelVersion.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ModelRegistry.CreateModelVersion |
parseDelimitedFrom(InputStream input) |
static ModelRegistry.CreateModelVersion |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.CreateModelVersion |
parseFrom(byte[] data) |
static ModelRegistry.CreateModelVersion |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.CreateModelVersion |
parseFrom(ByteBuffer data) |
static ModelRegistry.CreateModelVersion |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.CreateModelVersion |
parseFrom(com.google.protobuf.ByteString data) |
static ModelRegistry.CreateModelVersion |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.CreateModelVersion |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ModelRegistry.CreateModelVersion |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.CreateModelVersion |
parseFrom(InputStream input) |
static ModelRegistry.CreateModelVersion |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ModelRegistry.CreateModelVersion> |
parser() |
ModelRegistry.CreateModelVersion.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 SOURCE_FIELD_NUMBER
public static final int RUN_ID_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int RUN_LINK_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<ModelRegistry.CreateModelVersion> 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()
Register model under this name
optional string name = 1 [(.mlflow.validate_required) = true];
hasName
in interface ModelRegistry.CreateModelVersionOrBuilder
public String getName()
Register model under this name
optional string name = 1 [(.mlflow.validate_required) = true];
getName
in interface ModelRegistry.CreateModelVersionOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Register model under this name
optional string name = 1 [(.mlflow.validate_required) = true];
getNameBytes
in interface ModelRegistry.CreateModelVersionOrBuilder
public boolean hasSource()
URI indicating the location of the model artifacts.
optional string source = 2 [(.mlflow.validate_required) = true];
hasSource
in interface ModelRegistry.CreateModelVersionOrBuilder
public String getSource()
URI indicating the location of the model artifacts.
optional string source = 2 [(.mlflow.validate_required) = true];
getSource
in interface ModelRegistry.CreateModelVersionOrBuilder
public com.google.protobuf.ByteString getSourceBytes()
URI indicating the location of the model artifacts.
optional string source = 2 [(.mlflow.validate_required) = true];
getSourceBytes
in interface ModelRegistry.CreateModelVersionOrBuilder
public boolean hasRunId()
MLflow run ID for correlation, if ``source`` was generated by an experiment run in MLflow tracking server
optional string run_id = 3;
hasRunId
in interface ModelRegistry.CreateModelVersionOrBuilder
public String getRunId()
MLflow run ID for correlation, if ``source`` was generated by an experiment run in MLflow tracking server
optional string run_id = 3;
getRunId
in interface ModelRegistry.CreateModelVersionOrBuilder
public com.google.protobuf.ByteString getRunIdBytes()
MLflow run ID for correlation, if ``source`` was generated by an experiment run in MLflow tracking server
optional string run_id = 3;
getRunIdBytes
in interface ModelRegistry.CreateModelVersionOrBuilder
public List<ModelRegistry.ModelVersionTag> getTagsList()
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
getTagsList
in interface ModelRegistry.CreateModelVersionOrBuilder
public List<? extends ModelRegistry.ModelVersionTagOrBuilder> getTagsOrBuilderList()
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
getTagsOrBuilderList
in interface ModelRegistry.CreateModelVersionOrBuilder
public int getTagsCount()
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
getTagsCount
in interface ModelRegistry.CreateModelVersionOrBuilder
public ModelRegistry.ModelVersionTag getTags(int index)
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
getTags
in interface ModelRegistry.CreateModelVersionOrBuilder
public ModelRegistry.ModelVersionTagOrBuilder getTagsOrBuilder(int index)
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
getTagsOrBuilder
in interface ModelRegistry.CreateModelVersionOrBuilder
public boolean hasRunLink()
MLflow run link - this is the exact link of the run that generated this model version, potentially hosted at another instance of MLflow.
optional string run_link = 5;
hasRunLink
in interface ModelRegistry.CreateModelVersionOrBuilder
public String getRunLink()
MLflow run link - this is the exact link of the run that generated this model version, potentially hosted at another instance of MLflow.
optional string run_link = 5;
getRunLink
in interface ModelRegistry.CreateModelVersionOrBuilder
public com.google.protobuf.ByteString getRunLinkBytes()
MLflow run link - this is the exact link of the run that generated this model version, potentially hosted at another instance of MLflow.
optional string run_link = 5;
getRunLinkBytes
in interface ModelRegistry.CreateModelVersionOrBuilder
public boolean hasDescription()
Optional description for model version.
optional string description = 6;
hasDescription
in interface ModelRegistry.CreateModelVersionOrBuilder
public String getDescription()
Optional description for model version.
optional string description = 6;
getDescription
in interface ModelRegistry.CreateModelVersionOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
Optional description for model version.
optional string description = 6;
getDescriptionBytes
in interface ModelRegistry.CreateModelVersionOrBuilder
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.CreateModelVersion parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.CreateModelVersion parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.CreateModelVersion parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.CreateModelVersion parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.CreateModelVersion parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.CreateModelVersion parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.CreateModelVersion parseFrom(InputStream input) throws IOException
IOException
public static ModelRegistry.CreateModelVersion parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ModelRegistry.CreateModelVersion parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ModelRegistry.CreateModelVersion parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ModelRegistry.CreateModelVersion parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ModelRegistry.CreateModelVersion parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ModelRegistry.CreateModelVersion.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ModelRegistry.CreateModelVersion.Builder newBuilder()
public static ModelRegistry.CreateModelVersion.Builder newBuilder(ModelRegistry.CreateModelVersion prototype)
public ModelRegistry.CreateModelVersion.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ModelRegistry.CreateModelVersion.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ModelRegistry.CreateModelVersion getDefaultInstance()
public static com.google.protobuf.Parser<ModelRegistry.CreateModelVersion> parser()
public com.google.protobuf.Parser<ModelRegistry.CreateModelVersion> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ModelRegistry.CreateModelVersion getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2020. All rights reserved.