Class: Aws::SageMaker::Types::StartInferenceExperimentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::StartInferenceExperimentRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the inference experiment to start.
 
Instance Attribute Details
#name ⇒ String
The name of the inference experiment to start.
      41395 41396 41397 41398 41399  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41395 class StartInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |