You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::TrialComponentSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName.

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.

#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.

#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 ARN of the trial component.

Returns:

  • (String)

    The ARN of the trial component.

#trial_component_nameString

The name of the trial component.

Returns:

  • (String)

    The name of the trial component.

#trial_component_sourceTypes::TrialComponentSource

The Amazon Resource Name (ARN) and job type of the source of a trial component.

Returns: