Class: Aws::SageMaker::Types::CreateModelExplainabilityJobDefinitionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateModelExplainabilityJobDefinitionResponse
 
 
- 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 explainability job.
 
Instance Attribute Details
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the model explainability job.
      8740 8741 8742 8743 8744  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 8740 class CreateModelExplainabilityJobDefinitionResponse < Struct.new( :job_definition_arn) SENSITIVE = [] include Aws::Structure end  |