Class: Aws::SageMaker::Types::DeleteTrialRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteTrialRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trial_name ⇒ String
The name of the trial to delete.
Instance Attribute Details
#trial_name ⇒ String
The name of the trial to delete.
11955 11956 11957 11958 11959 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11955 class DeleteTrialRequest < Struct.new( :trial_name) SENSITIVE = [] include Aws::Structure end |