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