Class: Aws::SageMaker::Types::DeleteInferenceExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteInferenceExperimentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the inference experiment you want to delete.
Instance Attribute Details
#name ⇒ String
The name of the inference experiment you want to delete.
11524 11525 11526 11527 11528 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11524 class DeleteInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |