Class: Aws::SageMaker::Types::ModelExplainabilityJobInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelExplainabilityJobInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Inputs for the model explainability job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #batch_transform_input  ⇒ Types::BatchTransformInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Input object for the batch transform job.
 - 
  
    
      #endpoint_input  ⇒ Types::EndpointInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Input object for the endpoint.
 
Instance Attribute Details
#batch_transform_input ⇒ Types::BatchTransformInput
Input object for the batch transform job.
      34331 34332 34333 34334 34335 34336  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34331 class ModelExplainabilityJobInput < Struct.new( :endpoint_input, :batch_transform_input) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_input ⇒ Types::EndpointInput
Input object for the endpoint
      34331 34332 34333 34334 34335 34336  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34331 class ModelExplainabilityJobInput < Struct.new( :endpoint_input, :batch_transform_input) SENSITIVE = [] include Aws::Structure end  |