Class: Aws::SageMaker::Types::UpdateExperimentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateExperimentRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the experiment.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the experiment as displayed.
 - 
  
    
      #experiment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the experiment to update.
 
Instance Attribute Details
#description ⇒ String
The description of the experiment.
      47727 47728 47729 47730 47731 47732 47733  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47727 class UpdateExperimentRequest < Struct.new( :experiment_name, :display_name, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the experiment as displayed. The name doesn’t need to be unique. If ‘DisplayName` isn’t specified, ‘ExperimentName` is displayed.
      47727 47728 47729 47730 47731 47732 47733  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47727 class UpdateExperimentRequest < Struct.new( :experiment_name, :display_name, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_name ⇒ String
The name of the experiment to update.
      47727 47728 47729 47730 47731 47732 47733  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47727 class UpdateExperimentRequest < Struct.new( :experiment_name, :display_name, :description) SENSITIVE = [] include Aws::Structure end  |