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)


26085
26086
26087
26088
26089
26090
# File 'lib/aws-sdk-glue/types.rb', line 26085

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)


26085
26086
26087
26088
26089
26090
# File 'lib/aws-sdk-glue/types.rb', line 26085

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