Class: Aws::Glue::Types::TaskRunFilterCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TaskRunFilterCriteria
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The criteria that are used to filter the task runs for the machine learning transform.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#started_after ⇒ Time
Filter on task runs started after this date.
-
#started_before ⇒ Time
Filter on task runs started before this date.
-
#status ⇒ String
The current status of the task run.
-
#task_run_type ⇒ String
The type of task run.
Instance Attribute Details
#started_after ⇒ Time
Filter on task runs started after this date.
25708 25709 25710 25711 25712 25713 25714 25715 |
# File 'lib/aws-sdk-glue/types.rb', line 25708 class TaskRunFilterCriteria < Struct.new( :task_run_type, :status, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#started_before ⇒ Time
Filter on task runs started before this date.
25708 25709 25710 25711 25712 25713 25714 25715 |
# File 'lib/aws-sdk-glue/types.rb', line 25708 class TaskRunFilterCriteria < Struct.new( :task_run_type, :status, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the task run.
25708 25709 25710 25711 25712 25713 25714 25715 |
# File 'lib/aws-sdk-glue/types.rb', line 25708 class TaskRunFilterCriteria < Struct.new( :task_run_type, :status, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#task_run_type ⇒ String
The type of task run.
25708 25709 25710 25711 25712 25713 25714 25715 |
# File 'lib/aws-sdk-glue/types.rb', line 25708 class TaskRunFilterCriteria < Struct.new( :task_run_type, :status, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |