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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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.
| 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 | # File 'lib/aws-sdk-glue/types.rb', line 25691 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 |