Class: Aws::Glue::Types::CancelMLTaskRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CancelMLTaskRunResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status for this run. 
- 
  
    
      #task_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the task run. 
- 
  
    
      #transform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the machine learning transform. 
Instance Attribute Details
#status ⇒ String
The status for this run.
| 1870 1871 1872 1873 1874 1875 1876 | # File 'lib/aws-sdk-glue/types.rb', line 1870 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end | 
#task_run_id ⇒ String
The unique identifier for the task run.
| 1870 1871 1872 1873 1874 1875 1876 | # File 'lib/aws-sdk-glue/types.rb', line 1870 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end | 
#transform_id ⇒ String
The unique identifier of the machine learning transform.
| 1870 1871 1872 1873 1874 1875 1876 | # File 'lib/aws-sdk-glue/types.rb', line 1870 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end |