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.
      21379 21380 21381 21382 21383 21384 21385 21386 21387 21388  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21379 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.
      21379 21380 21381 21382 21383 21384 21385 21386 21387 21388  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21379 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.
      21379 21380 21381 21382 21383 21384 21385 21386 21387 21388  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21379 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.
      21379 21380 21381 21382 21383 21384 21385 21386 21387 21388  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21379 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.
      21379 21380 21381 21382 21383 21384 21385 21386 21387 21388  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21379 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.
      21379 21380 21381 21382 21383 21384 21385 21386 21387 21388  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21379 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |