You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::TaskRunSortCriteria

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TaskRunSortCriteria as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#columnString

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

Possible values:

  • TASK_RUN_TYPE
  • STATUS
  • STARTED

Returns:

  • (String)

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

#sort_directionString

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

Possible values:

  • DESCENDING
  • ASCENDING

Returns:

  • (String)

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