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.
|
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;
Copyright © 2019. All rights reserved.