Class: Aws::SageMaker::Types::CreateDataQualityJobDefinitionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::CreateDataQualityJobDefinitionResponse
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_definition_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the job definition. 
Instance Attribute Details
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the job definition.
| 7857 7858 7859 7860 7861 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7857 class CreateDataQualityJobDefinitionResponse < Struct.new( :job_definition_arn) SENSITIVE = [] include Aws::Structure end |