public static interface ModelRegistry.CreateModelVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Optional description for model version.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional description for model version.
|
String |
getName()
Register model under this name
|
com.google.protobuf.ByteString |
getNameBytes()
Register model under this name
|
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.
|
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.
|
boolean |
hasDescription()
Optional description for model version.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
Register model under this name
optional string name = 1 [(.mlflow.validate_required) = true];
String getName()
Register model under this name
optional string name = 1 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getNameBytes()
Register model under this name
optional string name = 1 [(.mlflow.validate_required) = true];
boolean hasSource()
URI indicating the location of the model artifacts.
optional string source = 2 [(.mlflow.validate_required) = true];
String getSource()
URI indicating the location of the model artifacts.
optional string source = 2 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getSourceBytes()
URI indicating the location of the model artifacts.
optional string source = 2 [(.mlflow.validate_required) = true];
boolean hasRunId()
MLflow run ID for correlation, if ``source`` was generated by an experiment run in MLflow tracking server
optional string run_id = 3;
String getRunId()
MLflow run ID for correlation, if ``source`` was generated by an experiment run in MLflow tracking server
optional string run_id = 3;
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;
List<ModelRegistry.ModelVersionTag> getTagsList()
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
ModelRegistry.ModelVersionTag getTags(int index)
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
int getTagsCount()
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
List<? extends ModelRegistry.ModelVersionTagOrBuilder> getTagsOrBuilderList()
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
ModelRegistry.ModelVersionTagOrBuilder getTagsOrBuilder(int index)
Additional metadata for model version.
repeated .mlflow.ModelVersionTag tags = 4;
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;
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;
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;
boolean hasDescription()
Optional description for model version.
optional string description = 6;
String getDescription()
Optional description for model version.
optional string description = 6;
com.google.protobuf.ByteString getDescriptionBytes()
Optional description for model version.
optional string description = 6;
Copyright © 2021. All rights reserved.