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.
11605 11606 11607 11608 11609 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11605 class DeleteInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |