Class: Aws::Glue::Types::TransformSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TransformSortCriteria
- Defined in:
- gems/aws-sdk-glue/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.
21239 21240 21241 21242 21243 21244 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21239 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.
21239 21240 21241 21242 21243 21244 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21239 class TransformSortCriteria < Struct.new( :column, :sort_direction) SENSITIVE = [] include Aws::Structure end |