public static interface Service.CreateExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getArtifactLocation()
Location where all artifacts for the experiment are stored.
|
com.google.protobuf.ByteString |
getArtifactLocationBytes()
Location where all artifacts for the experiment are stored.
|
String |
getName()
Experiment name.
|
com.google.protobuf.ByteString |
getNameBytes()
Experiment name.
|
Service.ExperimentTag |
getTags(int index)
A collection of tags to set on the experiment.
|
int |
getTagsCount()
A collection of tags to set on the experiment.
|
List<Service.ExperimentTag> |
getTagsList()
A collection of tags to set on the experiment.
|
Service.ExperimentTagOrBuilder |
getTagsOrBuilder(int index)
A collection of tags to set on the experiment.
|
List<? extends Service.ExperimentTagOrBuilder> |
getTagsOrBuilderList()
A collection of tags to set on the experiment.
|
boolean |
hasArtifactLocation()
Location where all artifacts for the experiment are stored.
|
boolean |
hasName()
Experiment name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
Experiment name.
optional string name = 1 [(.mlflow.validate_required) = true];
String getName()
Experiment name.
optional string name = 1 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getNameBytes()
Experiment name.
optional string name = 1 [(.mlflow.validate_required) = true];
boolean hasArtifactLocation()
Location where all artifacts for the experiment are stored. If not provided, the remote server will select an appropriate default.
optional string artifact_location = 2;
String getArtifactLocation()
Location where all artifacts for the experiment are stored. If not provided, the remote server will select an appropriate default.
optional string artifact_location = 2;
com.google.protobuf.ByteString getArtifactLocationBytes()
Location where all artifacts for the experiment are stored. If not provided, the remote server will select an appropriate default.
optional string artifact_location = 2;
List<Service.ExperimentTag> getTagsList()
A collection of tags to set on the experiment. Maximum tag size and number of tags per request depends on the storage backend. All storage backends are guaranteed to support tag keys up to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also guaranteed to support up to 20 tags per request.
repeated .mlflow.ExperimentTag tags = 3;
Service.ExperimentTag getTags(int index)
A collection of tags to set on the experiment. Maximum tag size and number of tags per request depends on the storage backend. All storage backends are guaranteed to support tag keys up to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also guaranteed to support up to 20 tags per request.
repeated .mlflow.ExperimentTag tags = 3;
int getTagsCount()
A collection of tags to set on the experiment. Maximum tag size and number of tags per request depends on the storage backend. All storage backends are guaranteed to support tag keys up to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also guaranteed to support up to 20 tags per request.
repeated .mlflow.ExperimentTag tags = 3;
List<? extends Service.ExperimentTagOrBuilder> getTagsOrBuilderList()
A collection of tags to set on the experiment. Maximum tag size and number of tags per request depends on the storage backend. All storage backends are guaranteed to support tag keys up to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also guaranteed to support up to 20 tags per request.
repeated .mlflow.ExperimentTag tags = 3;
Service.ExperimentTagOrBuilder getTagsOrBuilder(int index)
A collection of tags to set on the experiment. Maximum tag size and number of tags per request depends on the storage backend. All storage backends are guaranteed to support tag keys up to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also guaranteed to support up to 20 tags per request.
repeated .mlflow.ExperimentTag tags = 3;
Copyright © 2022. All rights reserved.