Package org.mlflow.api.proto
Interface Service.GetExperimentOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.GetExperiment,- Service.GetExperiment.Builder
 - Enclosing class:
- Service
 
 public static interface Service.GetExperimentOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExperimentId()ID of the associated experiment.com.google.protobuf.ByteStringgetExperimentIdBytes()ID of the associated experiment.booleanhasExperimentId()ID of the associated experiment.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasExperimentIdboolean hasExperimentId() ID of the associated experiment. optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the experimentId field is set.
 
 - 
getExperimentIdjava.lang.String getExperimentId() ID of the associated experiment. optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The experimentId.
 
 - 
getExperimentIdBytescom.google.protobuf.ByteString getExperimentIdBytes() ID of the associated experiment. optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for experimentId.
 
 
- 
 
-