Class: Aws::SageMaker::Types::DeleteTrialRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteTrialRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
14987 14988 14989 14990 14991 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14987 class DeleteTrialRequest < Struct.new( :trial_name) SENSITIVE = [] include Aws::Structure end |