Class: Aws::Glue::Types::CancelMLTaskRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CancelMLTaskRunRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #task_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the task run. 
- 
  
    
      #transform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the machine learning transform. 
Instance Attribute Details
#task_run_id ⇒ String
A unique identifier for the task run.
| 1849 1850 1851 1852 1853 1854 | # File 'lib/aws-sdk-glue/types.rb', line 1849 class CancelMLTaskRunRequest < Struct.new( :transform_id, :task_run_id) SENSITIVE = [] include Aws::Structure end | 
#transform_id ⇒ String
The unique identifier of the machine learning transform.
| 1849 1850 1851 1852 1853 1854 | # File 'lib/aws-sdk-glue/types.rb', line 1849 class CancelMLTaskRunRequest < Struct.new( :transform_id, :task_run_id) SENSITIVE = [] include Aws::Structure end |