Class: Aws::SageMaker::Types::UpdateTrialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateTrialResponse
- 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.
46919 46920 46921 46922 46923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46919 class UpdateTrialResponse < Struct.new( :trial_arn) SENSITIVE = [] include Aws::Structure end |