Interface Service.SearchLoggedModelsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getExperimentIds​(int index)
      IDs of the Experiments in which to search for Logged Models.
      com.google.protobuf.ByteString getExperimentIdsBytes​(int index)
      IDs of the Experiments in which to search for Logged Models.
      int getExperimentIdsCount()
      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.String getFilter()
      A filter expression over Logged Model info and data that allows returning a subset of Logged Models.
      com.google.protobuf.ByteString getFilterBytes()
      A filter expression over Logged Model info and data that allows returning a subset of Logged Models.
      int getMaxResults()
      Maximum number of Logged Models to return.
      Service.SearchLoggedModels.OrderBy getOrderBy​(int index)
      List of columns for ordering the results, with additional fields for sorting criteria.
      int getOrderByCount()
      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.OrderByOrBuilder getOrderByOrBuilder​(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.String getPageToken()
      Token indicating the page of Logged Models to fetch.
      com.google.protobuf.ByteString getPageTokenBytes()
      Token indicating the page of Logged Models to fetch.
      boolean hasFilter()
      A filter expression over Logged Model info and data that allows returning a subset of Logged Models.
      boolean hasMaxResults()
      Maximum number of Logged Models to return.
      boolean hasPageToken()
      Token indicating the page of Logged Models to fetch.
      • 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 Detail

      • getExperimentIdsList

        java.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.
      • getExperimentIdsCount

        int getExperimentIdsCount()
         IDs of the Experiments in which to search for Logged Models.
         
        repeated string experiment_ids = 1;
        Returns:
        The count of experimentIds.
      • getExperimentIds

        java.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.
      • getExperimentIdsBytes

        com.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.
      • hasFilter

        boolean 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.
      • getFilter

        java.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.
      • getFilterBytes

        com.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.
      • hasMaxResults

        boolean 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.
      • getMaxResults

        int getMaxResults()
         Maximum number of Logged Models to return. Max threshold is 50.
         
        optional int32 max_results = 3 [default = 50];
        Returns:
        The maxResults.
      • getOrderByList

        java.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;
      • getOrderBy

        Service.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;
      • getOrderByCount

        int getOrderByCount()
         List of columns for ordering the results, with additional fields for sorting criteria.
         
        repeated .mlflow.SearchLoggedModels.OrderBy order_by = 4;
      • getOrderByOrBuilderList

        java.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;
      • getOrderByOrBuilder

        Service.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;
      • hasPageToken

        boolean hasPageToken()
         Token indicating the page of Logged Models to fetch.
         
        optional string page_token = 5;
        Returns:
        Whether the pageToken field is set.
      • getPageToken

        java.lang.String getPageToken()
         Token indicating the page of Logged Models to fetch.
         
        optional string page_token = 5;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         Token indicating the page of Logged Models to fetch.
         
        optional string page_token = 5;
        Returns:
        The bytes for pageToken.