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

Class: Aws::SageMaker::Types::TrialSummary

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

Overview

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the trial was created.

Returns:

  • (Time)

    When the trial was created.

#display_nameString

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

Returns:

  • (String)

    The name of the trial as displayed.

#last_modified_timeTime

When the trial was last modified.

Returns:

  • (Time)

    When the trial was last modified.

#trial_arnString

The Amazon Resource Name (ARN) of the trial.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the trial.

#trial_nameString

The name of the trial.

Returns:

  • (String)

    The name of the trial.

#trial_sourceTypes::TrialSource

The source of the trial.

Returns: