Class: Aws::Glue::Types::StartMLEvaluationTaskRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StartMLEvaluationTaskRunRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #transform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the machine learning transform. 
Instance Attribute Details
#transform_id ⇒ String
The unique identifier of the machine learning transform.
| 24230 24231 24232 24233 24234 | # File 'lib/aws-sdk-glue/types.rb', line 24230 class StartMLEvaluationTaskRunRequest < Struct.new( :transform_id) SENSITIVE = [] include Aws::Structure end |