Package org.mlflow.api.proto
Interface Service.SearchEvaluationDatasetsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.SearchEvaluationDatasets,Service.SearchEvaluationDatasets.Builder
- Enclosing class:
- Service
public static interface Service.SearchEvaluationDatasetsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExperimentIds(int index) Associated experiment IDs to filter bycom.google.protobuf.ByteStringgetExperimentIdsBytes(int index) Associated experiment IDs to filter byintAssociated experiment IDs to filter byAssociated experiment IDs to filter byFilter string for dataset namescom.google.protobuf.ByteStringFilter string for dataset namesintMaximum number of resultsgetOrderBy(int index) Ordering criteriacom.google.protobuf.ByteStringgetOrderByBytes(int index) Ordering criteriaintOrdering criteriaOrdering criteriaPage token for paginationcom.google.protobuf.ByteStringPage token for paginationbooleanFilter string for dataset namesbooleanMaximum number of resultsbooleanPage token for paginationMethods 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
-
getExperimentIdsList
Associated experiment IDs to filter by
repeated string experiment_ids = 1;- Returns:
- A list containing the experimentIds.
-
getExperimentIdsCount
int getExperimentIdsCount()Associated experiment IDs to filter by
repeated string experiment_ids = 1;- Returns:
- The count of experimentIds.
-
getExperimentIds
Associated experiment IDs to filter by
repeated string experiment_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The experimentIds at the given index.
-
getExperimentIdsBytes
com.google.protobuf.ByteString getExperimentIdsBytes(int index) Associated experiment IDs to filter by
repeated string experiment_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the experimentIds at the given index.
-
hasFilterString
boolean hasFilterString()Filter string for dataset names
optional string filter_string = 2;- Returns:
- Whether the filterString field is set.
-
getFilterString
String getFilterString()Filter string for dataset names
optional string filter_string = 2;- Returns:
- The filterString.
-
getFilterStringBytes
com.google.protobuf.ByteString getFilterStringBytes()Filter string for dataset names
optional string filter_string = 2;- Returns:
- The bytes for filterString.
-
hasMaxResults
boolean hasMaxResults()Maximum number of results
optional int32 max_results = 3 [default = 1000];- Returns:
- Whether the maxResults field is set.
-
getMaxResults
int getMaxResults()Maximum number of results
optional int32 max_results = 3 [default = 1000];- Returns:
- The maxResults.
-
getOrderByList
Ordering criteria
repeated string order_by = 4;- Returns:
- A list containing the orderBy.
-
getOrderByCount
int getOrderByCount()Ordering criteria
repeated string order_by = 4;- Returns:
- The count of orderBy.
-
getOrderBy
Ordering criteria
repeated string order_by = 4;- Parameters:
index- The index of the element to return.- Returns:
- The orderBy at the given index.
-
getOrderByBytes
com.google.protobuf.ByteString getOrderByBytes(int index) Ordering criteria
repeated string order_by = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the orderBy at the given index.
-
hasPageToken
boolean hasPageToken()Page token for pagination
optional string page_token = 5;- Returns:
- Whether the pageToken field is set.
-
getPageToken
String getPageToken()Page token for pagination
optional string page_token = 5;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()Page token for pagination
optional string page_token = 5;- Returns:
- The bytes for pageToken.
-