Class: Aws::SageMaker::Types::DescribeLabelingJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeLabelingJobRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #labeling_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the labeling job to return information for.
 
Instance Attribute Details
#labeling_job_name ⇒ String
The name of the labeling job to return information for.
      16227 16228 16229 16230 16231  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 16227 class DescribeLabelingJobRequest < Struct.new( :labeling_job_name) SENSITIVE = [] include Aws::Structure end  |