Class: Aws::SageMaker::Types::AssociateTrialComponentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trial_arnString

The Amazon Resource Name (ARN) of the trial.

Returns:

  • (String)


1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1550

class AssociateTrialComponentResponse < Struct.new(
  :trial_component_arn,
  :trial_arn)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_arnString

The Amazon Resource Name (ARN) of the trial component.

Returns:

  • (String)


1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1550

class AssociateTrialComponentResponse < Struct.new(
  :trial_component_arn,
  :trial_arn)
  SENSITIVE = []
  include Aws::Structure
end