Class: Aws::Glue::Types::TransformSortCriteria

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

Overview

The sorting criteria that are associated with the machine learning transform.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnString

The column to be used in the sorting criteria that are associated with the machine learning transform.

Returns:

  • (String)


21608
21609
21610
21611
21612
21613
# File 'lib/aws-sdk-glue/types.rb', line 21608

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

#sort_directionString

The sort direction to be used in the sorting criteria that are associated with the machine learning transform.

Returns:

  • (String)


21608
21609
21610
21611
21612
21613
# File 'lib/aws-sdk-glue/types.rb', line 21608

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