Package org.mlflow.api.proto
Interface Service.SearchPromptOptimizationJobsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.SearchPromptOptimizationJobs,Service.SearchPromptOptimizationJobs.Builder
- Enclosing class:
- Service
public static interface Service.SearchPromptOptimizationJobsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the MLflow experiment to search optimization jobs in.com.google.protobuf.ByteStringID of the MLflow experiment to search optimization jobs in.booleanID of the MLflow experiment to search optimization jobs in.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExperimentId
boolean hasExperimentId()ID of the MLflow experiment to search optimization jobs in.
optional string experiment_id = 1;- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()ID of the MLflow experiment to search optimization jobs in.
optional string experiment_id = 1;- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()ID of the MLflow experiment to search optimization jobs in.
optional string experiment_id = 1;- Returns:
- The bytes for experimentId.
-