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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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.

Returns:

  • (String)


21413
21414
21415
21416
21417
21418
# File 'lib/aws-sdk-glue/types.rb', line 21413

class TaskRunSortCriteria < Struct.new(
  :column,
  :sort_direction)
  SENSITIVE = []
  include Aws::Structure
end

#sort_directionString

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

Returns:

  • (String)


21413
21414
21415
21416
21417
21418
# File 'lib/aws-sdk-glue/types.rb', line 21413

class TaskRunSortCriteria < Struct.new(
  :column,
  :sort_direction)
  SENSITIVE = []
  include Aws::Structure
end