Class: Aws::SageMaker::Types::CreateModelBiasJobDefinitionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateModelBiasJobDefinitionResponse
 
 
- 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 bias job.
 
Instance Attribute Details
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the model bias job.
      8471 8472 8473 8474 8475  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 8471 class CreateModelBiasJobDefinitionResponse < Struct.new( :job_definition_arn) SENSITIVE = [] include Aws::Structure end  |