Class: Aws::SageMaker::Types::DeleteInferenceExperimentRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DeleteInferenceExperimentRequest
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the inference experiment you want to delete. 
Instance Attribute Details
#name ⇒ String
The name of the inference experiment you want to delete.
| 13661 13662 13663 13664 13665 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13661 class DeleteInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |