Interface TransformSortCriteria.Builder

    • Method Detail

      • column

        TransformSortCriteria.Builder column​(String column)

        The column to be used in the sorting criteria that are associated with the machine learning transform.

        Parameters:
        column - The column to be used in the sorting criteria that are associated with the machine learning transform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TransformSortColumnType, TransformSortColumnType
      • sortDirection

        TransformSortCriteria.Builder sortDirection​(String sortDirection)

        The sort direction to be used in the sorting criteria that are associated with the machine learning transform.

        Parameters:
        sortDirection - The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirectionType, SortDirectionType
      • sortDirection

        TransformSortCriteria.Builder sortDirection​(SortDirectionType sortDirection)

        The sort direction to be used in the sorting criteria that are associated with the machine learning transform.

        Parameters:
        sortDirection - The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirectionType, SortDirectionType