Class: Aws::SageMaker::Types::CreateTrialComponentResponse

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_component_arnString

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

Returns:

  • (String)


9328
9329
9330
9331
9332
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9328

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