public static interface Service.UpdateExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getExperimentId()
ID of the associated experiment.
|
com.google.protobuf.ByteString |
getExperimentIdBytes()
ID of the associated experiment.
|
String |
getNewName()
If provided, the experiment's name is changed to the new name.
|
com.google.protobuf.ByteString |
getNewNameBytes()
If provided, the experiment's name is changed to the new name.
|
boolean |
hasExperimentId()
ID of the associated experiment.
|
boolean |
hasNewName()
If provided, the experiment's name is changed to the new name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasExperimentId()
ID of the associated experiment.
optional string experiment_id = 1 [(.mlflow.validate_required) = true];
String getExperimentId()
ID of the associated experiment.
optional string experiment_id = 1 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getExperimentIdBytes()
ID of the associated experiment.
optional string experiment_id = 1 [(.mlflow.validate_required) = true];
boolean hasNewName()
If provided, the experiment's name is changed to the new name. The new name must be unique.
optional string new_name = 2;
String getNewName()
If provided, the experiment's name is changed to the new name. The new name must be unique.
optional string new_name = 2;
com.google.protobuf.ByteString getNewNameBytes()
If provided, the experiment's name is changed to the new name. The new name must be unique.
optional string new_name = 2;
Copyright © 2019. All rights reserved.