Package org.mlflow.api.proto
Interface Service.GetExperimentByNameOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 Service.GetExperimentByName,Service.GetExperimentByName.Builder
- Enclosing class:
 - Service
 
public static interface Service.GetExperimentByNameOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExperimentName()Name of the associated experiment.com.google.protobuf.ByteStringgetExperimentNameBytes()Name of the associated experiment.booleanhasExperimentName()Name of the associated experiment.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasExperimentName
boolean hasExperimentName()
Name of the associated experiment.
optional string experiment_name = 1 [(.mlflow.validate_required) = true];- Returns:
 - Whether the experimentName field is set.
 
 
- 
getExperimentName
java.lang.String getExperimentName()
Name of the associated experiment.
optional string experiment_name = 1 [(.mlflow.validate_required) = true];- Returns:
 - The experimentName.
 
 
- 
getExperimentNameBytes
com.google.protobuf.ByteString getExperimentNameBytes()
Name of the associated experiment.
optional string experiment_name = 1 [(.mlflow.validate_required) = true];- Returns:
 - The bytes for experimentName.
 
 
 - 
 
 -