Class: Aws::SageMaker::Types::ExperimentSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::ExperimentSummary
 
- Defined in:
- gems/aws-sdk-sagemaker/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.
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.
| 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23407 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.
| 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23407 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.
| 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23407 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.
| 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23407 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.
| 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23407 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.
| 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23407 class ExperimentSummary < Struct.new( :experiment_arn, :experiment_name, :display_name, :experiment_source, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |