Class: Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #output_s3_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set. 
- 
  
    
      #transform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the machine learning transform. 
Instance Attribute Details
#output_s3_path ⇒ String
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
| 24259 24260 24261 24262 24263 24264 | # File 'lib/aws-sdk-glue/types.rb', line 24259 class StartMLLabelingSetGenerationTaskRunRequest < Struct.new( :transform_id, :output_s3_path) SENSITIVE = [] include Aws::Structure end | 
#transform_id ⇒ String
The unique identifier of the machine learning transform.
| 24259 24260 24261 24262 24263 24264 | # File 'lib/aws-sdk-glue/types.rb', line 24259 class StartMLLabelingSetGenerationTaskRunRequest < Struct.new( :transform_id, :output_s3_path) SENSITIVE = [] include Aws::Structure end |