Class: Aws::SageMaker::Types::UpdateTrialComponentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trial_component_arnString

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

Returns:

  • (String)


46557
46558
46559
46560
46561
# File 'lib/aws-sdk-sagemaker/types.rb', line 46557

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