Class: Aws::SageMaker::Types::DeleteInferenceExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteInferenceExperimentResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_experiment_arn ⇒ String
The ARN of the deleted inference experiment.
Instance Attribute Details
#inference_experiment_arn ⇒ String
The ARN of the deleted inference experiment.
11617 11618 11619 11620 11621 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11617 class DeleteInferenceExperimentResponse < Struct.new( :inference_experiment_arn) SENSITIVE = [] include Aws::Structure end |