Class: Aws::Glue::Types::TransformSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TransformSortCriteria
- 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
-
#column ⇒ String
The column to be used in the sorting criteria that are associated with the machine learning transform.
-
#sort_direction ⇒ String
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
Instance Attribute Details
#column ⇒ String
The column to be used in the sorting criteria that are associated with the machine learning transform.
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_direction ⇒ String
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
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 |