Interface TransformSortCriteria.Builder

  • Method Details

    • 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:
    • 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:
    • 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:
    • 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: