Class: Aws::SageMaker::Types::CreateTrialResponse

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_arnString

The Amazon Resource Name (ARN) of the trial.

Returns:

  • (String)


8594
8595
8596
8597
8598
# File 'lib/aws-sdk-sagemaker/types.rb', line 8594

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