Class: Aws::Glue::Types::GetMLTaskRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetMLTaskRunResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #completed_on  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when this task run was completed. 
- 
  
    
      #error_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error strings that are associated with the task run. 
- 
  
    
      #execution_time  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The amount of time (in seconds) that the task run consumed resources. 
- 
  
    
      #last_modified_on  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when this task run was last modified. 
- 
  
    
      #log_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The names of the log groups that are associated with the task run. 
- 
  
    
      #properties  ⇒ Types::TaskRunProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of properties that are associated with the task run. 
- 
  
    
      #started_on  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when this task run started. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status for this task run. 
- 
  
    
      #task_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique run identifier associated with this run. 
- 
  
    
      #transform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the task run. 
Instance Attribute Details
#completed_on ⇒ Time
The date and time when this task run was completed.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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 error strings that are associated with the task run.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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 date and time when this task run was last modified.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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 groups that are associated with the task run.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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
The list of properties that are associated with the task run.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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 when this task run started.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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 status for this task run.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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 run identifier associated with this run.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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 of the task run.
| 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 | # File 'lib/aws-sdk-glue/types.rb', line 12739 class GetMLTaskRunResponse < 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 |