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

Class: Aws::SageMaker::Types::TrialComponentSimpleSummary

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

Overview

A short summary of a trial component.

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 component was created.

Returns:

  • (Time)

    When the component was created.

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

#trial_component_sourceTypes::TrialComponentSource

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

Returns: