Class: Aws::SageMaker::Types::DescribeExperimentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeExperimentResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Who last modified the experiment.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the experiment was last modified.
 - 
  
    
      #source  ⇒ Types::ExperimentSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the source and, optionally, the type.
 
Instance Attribute Details
#created_by ⇒ Types::UserContext
Who created the experiment.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
When the experiment was created.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the experiment.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the experiment as displayed. If ‘DisplayName` isn’t specified, ‘ExperimentName` is displayed.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_name ⇒ String
The name of the experiment.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_by ⇒ Types::UserContext
Who last modified the experiment.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the experiment was last modified.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::ExperimentSource
The Amazon Resource Name (ARN) of the source and, optionally, the type.
      15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15006 class DescribeExperimentResponse < Struct.new( :experiment_name, :experiment_arn, :display_name, :source, :description, :creation_time, :created_by, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end  |