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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_nameString

The name of the experiment.

Returns:

  • (String)


34011
34012
34013
34014
34015
34016
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34011

class Parent < Struct.new(
  :trial_name,
  :experiment_name)
  SENSITIVE = []
  include Aws::Structure
end

#trial_nameString

The name of the trial.

Returns:

  • (String)


34011
34012
34013
34014
34015
34016
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34011

class Parent < Struct.new(
  :trial_name,
  :experiment_name)
  SENSITIVE = []
  include Aws::Structure
end