Class: Aws::SageMaker::Types::Experiment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::Experiment
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The properties of an experiment as returned by the [Search] API.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Who created the experiment.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the experiment was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the experiment.
 - 
  
    
      #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.
 - 
  
    
      #last_modified_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the experiment was last modified.
 - 
  
    
      #source  ⇒ Types::ExperimentSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source of the experiment.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of tags that are associated with the experiment.
 
Instance Attribute Details
#created_by ⇒ Types::UserContext
Who created the experiment.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
When the experiment was created.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the experiment.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the experiment as displayed. If ‘DisplayName` isn’t specified, ‘ExperimentName` is displayed.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_name ⇒ String
The name of the experiment.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the experiment was last modified.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::ExperimentSource
The source of the experiment.
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The list of tags that are associated with the experiment. You can use [Search] API to search on the tags.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html
      21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21305 class Experiment < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end  |