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