public static interface Service.GetExperimentByNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getExperimentName()
Name of the associated experiment.
|
com.google.protobuf.ByteString |
getExperimentNameBytes()
Name of the associated experiment.
|
boolean |
hasExperimentName()
Name of the associated experiment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasExperimentName()
Name of the associated experiment.
optional string experiment_name = 1 [(.mlflow.validate_required) = true];
String getExperimentName()
Name of the associated experiment.
optional string experiment_name = 1 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getExperimentNameBytes()
Name of the associated experiment.
optional string experiment_name = 1 [(.mlflow.validate_required) = true];
Copyright © 2021. All rights reserved.