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

Class: Aws::SageMaker::Types::Trial

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

Overview

The properties of a trial as returned by the Search API.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Information about the user who created or modified an experiment, trial, or trial component.

Returns:

  • (Types::UserContext)

    Information about the user who created or modified an experiment, trial, or trial component.

    .

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

#experiment_nameString

The name of the experiment the trial is part of.

Returns:

  • (String)

    The name of the experiment the trial is part of.

#last_modified_byTypes::UserContext

Information about the user who created or modified an experiment, trial, or trial component.

Returns:

  • (Types::UserContext)

    Information about the user who created or modified an experiment, trial, or trial component.

    .

#last_modified_timeTime

Who last modified the trial.

Returns:

  • (Time)

    Who last modified the trial.

#sourceTypes::TrialSource

The source of the trial.

Returns:

#tagsArray<Types::Tag>

The list of tags that are associated with the trial. You can use Search API to search on the tags.

Returns:

  • (Array<Types::Tag>)

    The list of tags that are associated with the trial.

#trial_arnString

The Amazon Resource Name (ARN) of the trial.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the trial.

#trial_component_summariesArray<Types::TrialComponentSimpleSummary>

A list of the components associated with the trial. For each component, a summary of the component\'s properties is included.

Returns:

#trial_nameString

The name of the trial.

Returns:

  • (String)

    The name of the trial.