Package org.mlflow.api.proto
Interface Service.SearchExperiments.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.SearchExperiments.Response
,Service.SearchExperiments.Response.Builder
- Enclosing class:
Service.SearchExperiments
public static interface Service.SearchExperiments.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExperiments
(int index) Experiments that match the search criteriaint
Experiments that match the search criteriaExperiments that match the search criteriagetExperimentsOrBuilder
(int index) Experiments that match the search criteriaList
<? extends Service.ExperimentOrBuilder> Experiments that match the search criteriaToken that can be used to retrieve the next page of experiments.com.google.protobuf.ByteString
Token that can be used to retrieve the next page of experiments.boolean
Token that can be used to retrieve the next page of experiments.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
-
getExperimentsList
List<Service.Experiment> getExperimentsList()Experiments that match the search criteria
repeated .mlflow.Experiment experiments = 1;
-
getExperiments
Experiments that match the search criteria
repeated .mlflow.Experiment experiments = 1;
-
getExperimentsCount
int getExperimentsCount()Experiments that match the search criteria
repeated .mlflow.Experiment experiments = 1;
-
getExperimentsOrBuilderList
List<? extends Service.ExperimentOrBuilder> getExperimentsOrBuilderList()Experiments that match the search criteria
repeated .mlflow.Experiment experiments = 1;
-
getExperimentsOrBuilder
Experiments that match the search criteria
repeated .mlflow.Experiment experiments = 1;
-
hasNextPageToken
boolean hasNextPageToken()Token that can be used to retrieve the next page of experiments. An empty token means that no more experiments are available for retrieval.
optional string next_page_token = 2;
- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Token that can be used to retrieve the next page of experiments. An empty token means that no more experiments are available for retrieval.
optional string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Token that can be used to retrieve the next page of experiments. An empty token means that no more experiments are available for retrieval.
optional string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-