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
Modifier and TypeMethodDescriptionName of the associated experiment.com.google.protobuf.ByteString
Name of the associated experiment.boolean
Name of the associated experiment.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-