You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DescribeTrialComponentResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DescribeTrialComponentResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #created_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Who created the component. 
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the component was created. 
- 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the component as displayed. 
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the component ended. 
- 
  
    
      #input_artifacts  ⇒ Hash<String,Types::TrialComponentArtifact> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The input artifacts of the component. 
- 
  
    
      #last_modified_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Who last modified the component. 
- 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the component was last modified. 
- 
  
    
      #metrics  ⇒ Array<Types::TrialComponentMetricSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The metrics for the component. 
- 
  
    
      #output_artifacts  ⇒ Hash<String,Types::TrialComponentArtifact> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The output artifacts of the component. 
- 
  
    
      #parameters  ⇒ Hash<String,Types::TrialComponentParameterValue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The hyperparameters of the component. 
- 
  
    
      #source  ⇒ Types::TrialComponentSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the source and, optionally, the job type. 
- 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the component started. 
- 
  
    
      #status  ⇒ Types::TrialComponentStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the component. 
- 
  
    
      #trial_component_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the trial component. 
- 
  
    
      #trial_component_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the trial component. 
Instance Attribute Details
#created_by ⇒ Types::UserContext
Who created the component.
#creation_time ⇒ Time
When the component was created.
#display_name ⇒ String
The name of the component as displayed. If DisplayName isn\'t
specified, TrialComponentName is displayed.
#end_time ⇒ Time
When the component ended.
#input_artifacts ⇒ Hash<String,Types::TrialComponentArtifact>
The input artifacts of the component.
#last_modified_by ⇒ Types::UserContext
Who last modified the component.
#last_modified_time ⇒ Time
When the component was last modified.
#metrics ⇒ Array<Types::TrialComponentMetricSummary>
The metrics for the component.
#output_artifacts ⇒ Hash<String,Types::TrialComponentArtifact>
The output artifacts of the component.
#parameters ⇒ Hash<String,Types::TrialComponentParameterValue>
The hyperparameters of the component.
#source ⇒ Types::TrialComponentSource
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
#start_time ⇒ Time
When the component started.
#status ⇒ Types::TrialComponentStatus
The status of the component. States include:
- InProgress 
- Completed 
- Failed 
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
#trial_component_name ⇒ String
The name of the trial component.