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.
11597 11598 11599 11600 11601 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11597 class DeleteInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |