Package org.mlflow.api.proto
Interface Service.SearchLoggedModelsOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.SearchLoggedModels,- Service.SearchLoggedModels.Builder
 - Enclosing class:
- Service
 
 public static interface Service.SearchLoggedModelsOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.SearchLoggedModels.DatasetgetDatasets(int index)List of datasets on which to apply the metrics filter clauses.intgetDatasetsCount()List of datasets on which to apply the metrics filter clauses.java.util.List<Service.SearchLoggedModels.Dataset>getDatasetsList()List of datasets on which to apply the metrics filter clauses.Service.SearchLoggedModels.DatasetOrBuildergetDatasetsOrBuilder(int index)List of datasets on which to apply the metrics filter clauses.java.util.List<? extends Service.SearchLoggedModels.DatasetOrBuilder>getDatasetsOrBuilderList()List of datasets on which to apply the metrics filter clauses.java.lang.StringgetExperimentIds(int index)IDs of the Experiments in which to search for Logged Models.com.google.protobuf.ByteStringgetExperimentIdsBytes(int index)IDs of the Experiments in which to search for Logged Models.intgetExperimentIdsCount()IDs of the Experiments in which to search for Logged Models.java.util.List<java.lang.String>getExperimentIdsList()IDs of the Experiments in which to search for Logged Models.java.lang.StringgetFilter()A filter expression over Logged Model info and data that allows returning a subset of Logged Models.com.google.protobuf.ByteStringgetFilterBytes()A filter expression over Logged Model info and data that allows returning a subset of Logged Models.intgetMaxResults()Maximum number of Logged Models to return.Service.SearchLoggedModels.OrderBygetOrderBy(int index)List of columns for ordering the results, with additional fields for sorting criteria.intgetOrderByCount()List of columns for ordering the results, with additional fields for sorting criteria.java.util.List<Service.SearchLoggedModels.OrderBy>getOrderByList()List of columns for ordering the results, with additional fields for sorting criteria.Service.SearchLoggedModels.OrderByOrBuildergetOrderByOrBuilder(int index)List of columns for ordering the results, with additional fields for sorting criteria.java.util.List<? extends Service.SearchLoggedModels.OrderByOrBuilder>getOrderByOrBuilderList()List of columns for ordering the results, with additional fields for sorting criteria.java.lang.StringgetPageToken()Token indicating the page of Logged Models to fetch.com.google.protobuf.ByteStringgetPageTokenBytes()Token indicating the page of Logged Models to fetch.booleanhasFilter()A filter expression over Logged Model info and data that allows returning a subset of Logged Models.booleanhasMaxResults()Maximum number of Logged Models to return.booleanhasPageToken()Token indicating the page of Logged Models to fetch.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getExperimentIdsListjava.util.List<java.lang.String> getExperimentIdsList() IDs of the Experiments in which to search for Logged Models. repeated string experiment_ids = 1;- Returns:
- A list containing the experimentIds.
 
 - 
getExperimentIdsCountint getExperimentIdsCount() IDs of the Experiments in which to search for Logged Models. repeated string experiment_ids = 1;- Returns:
- The count of experimentIds.
 
 - 
getExperimentIdsjava.lang.String getExperimentIds(int index) IDs of the Experiments in which to search for Logged Models. repeated string experiment_ids = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The experimentIds at the given index.
 
 - 
getExperimentIdsBytescom.google.protobuf.ByteString getExperimentIdsBytes(int index) IDs of the Experiments in which to search for Logged Models. repeated string experiment_ids = 1;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the experimentIds at the given index.
 
 - 
hasFilterboolean hasFilter() A filter expression over Logged Model info and data that allows returning a subset of Logged Models. The syntax is a subset of SQL that supports ANDing together binary operations Example: ``params.alpha < 0.3 AND metrics.accuracy > 0.9``. optional string filter = 2;- Returns:
- Whether the filter field is set.
 
 - 
getFilterjava.lang.String getFilter() A filter expression over Logged Model info and data that allows returning a subset of Logged Models. The syntax is a subset of SQL that supports ANDing together binary operations Example: ``params.alpha < 0.3 AND metrics.accuracy > 0.9``. optional string filter = 2;- Returns:
- The filter.
 
 - 
getFilterBytescom.google.protobuf.ByteString getFilterBytes() A filter expression over Logged Model info and data that allows returning a subset of Logged Models. The syntax is a subset of SQL that supports ANDing together binary operations Example: ``params.alpha < 0.3 AND metrics.accuracy > 0.9``. optional string filter = 2;- Returns:
- The bytes for filter.
 
 - 
getDatasetsListjava.util.List<Service.SearchLoggedModels.Dataset> getDatasetsList() List of datasets on which to apply the metrics filter clauses. For example, a filter with `metrics.accuracy > 0.9` and dataset info with name "test_dataset" means we will return all logged models with accuracy > 0.9 on the test_dataset. Metric values from ANY dataset matching the criteria are considered. If no datasets are specified, then metrics across all datasets are considered in the filter. repeated .mlflow.SearchLoggedModels.Dataset datasets = 6;
 - 
getDatasetsService.SearchLoggedModels.Dataset getDatasets(int index) List of datasets on which to apply the metrics filter clauses. For example, a filter with `metrics.accuracy > 0.9` and dataset info with name "test_dataset" means we will return all logged models with accuracy > 0.9 on the test_dataset. Metric values from ANY dataset matching the criteria are considered. If no datasets are specified, then metrics across all datasets are considered in the filter. repeated .mlflow.SearchLoggedModels.Dataset datasets = 6;
 - 
getDatasetsCountint getDatasetsCount() List of datasets on which to apply the metrics filter clauses. For example, a filter with `metrics.accuracy > 0.9` and dataset info with name "test_dataset" means we will return all logged models with accuracy > 0.9 on the test_dataset. Metric values from ANY dataset matching the criteria are considered. If no datasets are specified, then metrics across all datasets are considered in the filter. repeated .mlflow.SearchLoggedModels.Dataset datasets = 6;
 - 
getDatasetsOrBuilderListjava.util.List<? extends Service.SearchLoggedModels.DatasetOrBuilder> getDatasetsOrBuilderList() List of datasets on which to apply the metrics filter clauses. For example, a filter with `metrics.accuracy > 0.9` and dataset info with name "test_dataset" means we will return all logged models with accuracy > 0.9 on the test_dataset. Metric values from ANY dataset matching the criteria are considered. If no datasets are specified, then metrics across all datasets are considered in the filter. repeated .mlflow.SearchLoggedModels.Dataset datasets = 6;
 - 
getDatasetsOrBuilderService.SearchLoggedModels.DatasetOrBuilder getDatasetsOrBuilder(int index) List of datasets on which to apply the metrics filter clauses. For example, a filter with `metrics.accuracy > 0.9` and dataset info with name "test_dataset" means we will return all logged models with accuracy > 0.9 on the test_dataset. Metric values from ANY dataset matching the criteria are considered. If no datasets are specified, then metrics across all datasets are considered in the filter. repeated .mlflow.SearchLoggedModels.Dataset datasets = 6;
 - 
hasMaxResultsboolean hasMaxResults() Maximum number of Logged Models to return. Max threshold is 50. optional int32 max_results = 3 [default = 50];- Returns:
- Whether the maxResults field is set.
 
 - 
getMaxResultsint getMaxResults() Maximum number of Logged Models to return. Max threshold is 50. optional int32 max_results = 3 [default = 50];- Returns:
- The maxResults.
 
 - 
getOrderByListjava.util.List<Service.SearchLoggedModels.OrderBy> getOrderByList() List of columns for ordering the results, with additional fields for sorting criteria. repeated .mlflow.SearchLoggedModels.OrderBy order_by = 4;
 - 
getOrderByService.SearchLoggedModels.OrderBy getOrderBy(int index) List of columns for ordering the results, with additional fields for sorting criteria. repeated .mlflow.SearchLoggedModels.OrderBy order_by = 4;
 - 
getOrderByCountint getOrderByCount() List of columns for ordering the results, with additional fields for sorting criteria. repeated .mlflow.SearchLoggedModels.OrderBy order_by = 4;
 - 
getOrderByOrBuilderListjava.util.List<? extends Service.SearchLoggedModels.OrderByOrBuilder> getOrderByOrBuilderList() List of columns for ordering the results, with additional fields for sorting criteria. repeated .mlflow.SearchLoggedModels.OrderBy order_by = 4;
 - 
getOrderByOrBuilderService.SearchLoggedModels.OrderByOrBuilder getOrderByOrBuilder(int index) List of columns for ordering the results, with additional fields for sorting criteria. repeated .mlflow.SearchLoggedModels.OrderBy order_by = 4;
 - 
hasPageTokenboolean hasPageToken() Token indicating the page of Logged Models to fetch. optional string page_token = 5;- Returns:
- Whether the pageToken field is set.
 
 - 
getPageTokenjava.lang.String getPageToken() Token indicating the page of Logged Models to fetch. optional string page_token = 5;- Returns:
- The pageToken.
 
 - 
getPageTokenBytescom.google.protobuf.ByteString getPageTokenBytes() Token indicating the page of Logged Models to fetch. optional string page_token = 5;- Returns:
- The bytes for pageToken.
 
 
- 
 
-