Class: Aws::Glue::Types::TaskRunSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TaskRunSortCriteria
- 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
-
#column ⇒ String
The column to be used to sort the list of task runs for the machine learning transform.
-
#sort_direction ⇒ String
The sort direction to be used to sort the list of task runs for the machine learning transform.
Instance Attribute Details
#column ⇒ String
The column to be used to sort the list of task runs for the machine learning transform.
25754 25755 25756 25757 25758 25759 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 25754 class TaskRunSortCriteria < Struct.new( :column, :sort_direction) SENSITIVE = [] include Aws::Structure end |
#sort_direction ⇒ String
The sort direction to be used to sort the list of task runs for the machine learning transform.
25754 25755 25756 25757 25758 25759 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 25754 class TaskRunSortCriteria < Struct.new( :column, :sort_direction) SENSITIVE = [] include Aws::Structure end |