class Aws::Glue::Types::TaskRunSortCriteria

The sorting criteria that are used to sort the list of task runs for the machine learning transform.

@note When making an API call, you may pass TaskRunSortCriteria

data as a hash:

    {
      column: "TASK_RUN_TYPE", # required, accepts TASK_RUN_TYPE, STATUS, STARTED
      sort_direction: "DESCENDING", # required, accepts DESCENDING, ASCENDING
    }

@!attribute [rw] column

The column to be used to sort the list of task runs for the machine
learning transform.
@return [String]

@!attribute [rw] sort_direction

The sort direction to be used to sort the list of task runs for the
machine learning transform.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TaskRunSortCriteria AWS API Documentation

Constants

SENSITIVE