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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


21329
21330
21331
21332
21333
21334
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21329

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)


21329
21330
21331
21332
21333
21334
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21329

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