Class: Aws::SageMaker::Types::DeleteExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteExperimentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_name ⇒ String
The name of the experiment to delete.
Instance Attribute Details
#experiment_name ⇒ String
The name of the experiment to delete.
11397 11398 11399 11400 11401 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11397 class DeleteExperimentRequest < Struct.new( :experiment_name) SENSITIVE = [] include Aws::Structure end |