Class: Aws::SageMaker::Types::DeleteExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteExperimentResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment that is being deleted.
Instance Attribute Details
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment that is being deleted.
15744 15745 15746 15747 15748 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15744 class DeleteExperimentResponse < Struct.new( :experiment_arn) SENSITIVE = [] include Aws::Structure end |