Class: Aws::SageMaker::Types::CreateModelQualityJobDefinitionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateModelQualityJobDefinitionResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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 model quality monitoring job.
 
Instance Attribute Details
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the model quality monitoring job.
      9176 9177 9178 9179 9180  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9176 class CreateModelQualityJobDefinitionResponse < Struct.new( :job_definition_arn) SENSITIVE = [] include Aws::Structure end  |