Class: Aws::SageMaker::Types::DisassociateTrialComponentResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#trial_arnString

The Amazon Resource Name (ARN) of the trial.

Returns:

  • (String)


8701
8702
8703
8704
8705
# File 'lib/aws-sdk-sagemaker/types.rb', line 8701

class DisassociateTrialComponentResponse < Struct.new(
  :trial_component_arn,
  :trial_arn)
  include Aws::Structure
end

#trial_component_arnString

The ARN of the trial component.

Returns:

  • (String)


8701
8702
8703
8704
8705
# File 'lib/aws-sdk-sagemaker/types.rb', line 8701

class DisassociateTrialComponentResponse < Struct.new(
  :trial_component_arn,
  :trial_arn)
  include Aws::Structure
end