Class: Aws::SageMaker::Types::CreateTrialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateTrialResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
Instance Attribute Details
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
10139 10140 10141 10142 10143 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10139 class CreateTrialResponse < Struct.new( :trial_arn) SENSITIVE = [] include Aws::Structure end |