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.
11410 11411 11412 11413 11414 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11410 class DeleteExperimentResponse < Struct.new( :experiment_arn) SENSITIVE = [] include Aws::Structure end |