Class: Aws::SageMaker::Types::ExperimentSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ExperimentSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A summary of the properties of an experiment. To get the complete set of properties, call the [DescribeExperiment] API and provide the ‘ExperimentName`.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeExperiment.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the experiment was created.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the experiment as displayed.
 - 
  
    
      #experiment_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the experiment.
 - 
  
    
      #experiment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the experiment.
 - 
  
    
      #experiment_source  ⇒ Types::ExperimentSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source of the experiment.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the experiment was last modified.
 
Instance Attribute Details
#creation_time ⇒ Time
When the experiment was created.
      21420 21421 21422 21423 21424 21425 21426 21427 21428 21429  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21420 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the experiment as displayed. If ‘DisplayName` isn’t specified, ‘ExperimentName` is displayed.
      21420 21421 21422 21423 21424 21425 21426 21427 21428 21429  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21420 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
      21420 21421 21422 21423 21424 21425 21426 21427 21428 21429  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21420 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_name ⇒ String
The name of the experiment.
      21420 21421 21422 21423 21424 21425 21426 21427 21428 21429  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21420 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_source ⇒ Types::ExperimentSource
The source of the experiment.
      21420 21421 21422 21423 21424 21425 21426 21427 21428 21429  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21420 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the experiment was last modified.
      21420 21421 21422 21423 21424 21425 21426 21427 21428 21429  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21420 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |