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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Who created the component.

Returns:

#creation_timeTime

When the component was created.

Returns:

  • (Time)

    When the component was created.

#display_nameString

The name of the component as displayed. If DisplayName isn\'t specified, TrialComponentName is displayed.

Returns:

  • (String)

    The name of the component as displayed.

#end_timeTime

When the component ended.

Returns:

  • (Time)

    When the component ended.

#input_artifactsHash<String,Types::TrialComponentArtifact>

The input artifacts of the component.

Returns:

#last_modified_byTypes::UserContext

Who last modified the component.

Returns:

#last_modified_timeTime

When the component was last modified.

Returns:

  • (Time)

    When the component was last modified.

#metricsArray<Types::TrialComponentMetricSummary>

The metrics for the component.

Returns:

#output_artifactsHash<String,Types::TrialComponentArtifact>

The output artifacts of the component.

Returns:

#parametersHash<String,Types::TrialComponentParameterValue>

The hyperparameters of the component.

Returns:

#sourceTypes::TrialComponentSource

The Amazon Resource Name (ARN) of the source and, optionally, the job type.

Returns:

#start_timeTime

When the component started.

Returns:

  • (Time)

    When the component started.

#statusTypes::TrialComponentStatus

The status of the component. States include:

  • InProgress

  • Completed

  • Failed

Returns:

#trial_component_arnString

The Amazon Resource Name (ARN) of the trial component.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the trial component.

#trial_component_nameString

The name of the trial component.

Returns:

  • (String)

    The name of the trial component.