Class: Aws::Glue::Types::StartMLEvaluationTaskRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StartMLEvaluationTaskRunResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #task_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier associated with this run. 
Instance Attribute Details
#task_run_id ⇒ String
The unique identifier associated with this run.
| 24242 24243 24244 24245 24246 | # File 'lib/aws-sdk-glue/types.rb', line 24242 class StartMLEvaluationTaskRunResponse < Struct.new( :task_run_id) SENSITIVE = [] include Aws::Structure end |