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

Class: Aws::SageMaker::Types::Parent

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

Overview

The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_nameString

The name of the experiment.

Returns:

  • (String)

    The name of the experiment.

#trial_nameString

The name of the trial.

Returns:

  • (String)

    The name of the trial.