Class: Aws::SageMaker::Types::DeleteExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteExperimentResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
14672 14673 14674 14675 14676 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14672 class DeleteExperimentResponse < Struct.new( :experiment_arn) SENSITIVE = [] include Aws::Structure end |