Class: Aws::Glue::Types::TaskRun
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TaskRun
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The sampling parameters that are associated with the machine learning transform.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_on ⇒ Time
The last point in time that the requested task run was completed.
-
#error_string ⇒ String
The list of error strings associated with this task run.
-
#execution_time ⇒ Integer
The amount of time (in seconds) that the task run consumed resources.
-
#last_modified_on ⇒ Time
The last point in time that the requested task run was updated.
-
#log_group_name ⇒ String
The names of the log group for secure logging, associated with this task run.
-
#properties ⇒ Types::TaskRunProperties
Specifies configuration properties associated with this task run.
-
#started_on ⇒ Time
The date and time that this task run started.
-
#status ⇒ String
The current status of the requested task run.
-
#task_run_id ⇒ String
The unique identifier for this task run.
-
#transform_id ⇒ String
The unique identifier for the transform.
Instance Attribute Details
#completed_on ⇒ Time
The last point in time that the requested task run was completed.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#error_string ⇒ String
The list of error strings associated with this task run.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#execution_time ⇒ Integer
The amount of time (in seconds) that the task run consumed resources.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_on ⇒ Time
The last point in time that the requested task run was updated.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#log_group_name ⇒ String
The names of the log group for secure logging, associated with this task run.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::TaskRunProperties
Specifies configuration properties associated with this task run.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#started_on ⇒ Time
The date and time that this task run started.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the requested task run.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#task_run_id ⇒ String
The unique identifier for this task run.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |
#transform_id ⇒ String
The unique identifier for the transform.
23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 |
# File 'lib/aws-sdk-glue/types.rb', line 23171 class TaskRun < Struct.new( :transform_id, :task_run_id, :status, :log_group_name, :properties, :error_string, :started_on, :last_modified_on, :completed_on, :execution_time) SENSITIVE = [] include Aws::Structure end |