Class: Aws::SageMaker::Types::DeleteTrialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteTrialResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
12612 12613 12614 12615 12616 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12612 class DeleteTrialResponse < Struct.new( :trial_arn) SENSITIVE = [] include Aws::Structure end |