Class: Aws::SageMaker::Types::DescribeTrialResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeTrialResponse
 
 
- 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 trial.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the trial was created.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the trial as displayed.
 - 
  
    
      #experiment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the experiment the trial is part of.
 - 
  
    
      #last_modified_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Who last modified the trial.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the trial was last modified.
 - 
  
    
      #metadata_properties  ⇒ Types::MetadataProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata properties of the tracking entity, trial, or trial component.
 - 
  
    
      #source  ⇒ Types::TrialSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
 - 
  
    
      #trial_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the trial.
 - 
  
    
      #trial_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the trial.
 
Instance Attribute Details
#created_by ⇒ Types::UserContext
Who created the trial.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
When the trial was created.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the trial as displayed. If ‘DisplayName` isn’t specified, ‘TrialName` is displayed.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#experiment_name ⇒ String
The name of the experiment the trial is part of.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_by ⇒ Types::UserContext
Who last modified the trial.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the trial was last modified.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#metadata_properties ⇒ Types::MetadataProperties
Metadata properties of the tracking entity, trial, or trial component.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::TrialSource
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#trial_name ⇒ String
The name of the trial.
      19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19437 class DescribeTrialResponse < Struct.new( :trial_name, :trial_arn, :display_name, :experiment_name, :source, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties) SENSITIVE = [] include Aws::Structure end  |