Class: Aws::SageMaker::Types::DeleteTrialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteTrialResponse
- 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 that is being deleted.
Instance Attribute Details
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial that is being deleted.
11928 11929 11930 11931 11932 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11928 class DeleteTrialResponse < Struct.new( :trial_arn) SENSITIVE = [] include Aws::Structure end |