Interface TaskRunSortCriteria.Builder

    • Method Detail

      • column

        TaskRunSortCriteria.Builder column​(String column)

        The column to be used to sort the list of task runs for the machine learning transform.

        Parameters:
        column - The column to be used to sort the list of task runs for the machine learning transform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TaskRunSortColumnType, TaskRunSortColumnType
      • sortDirection

        TaskRunSortCriteria.Builder sortDirection​(String sortDirection)

        The sort direction to be used to sort the list of task runs for the machine learning transform.

        Parameters:
        sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirectionType, SortDirectionType
      • sortDirection

        TaskRunSortCriteria.Builder sortDirection​(SortDirectionType sortDirection)

        The sort direction to be used to sort the list of task runs for the machine learning transform.

        Parameters:
        sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirectionType, SortDirectionType