Class: Aws::SageMaker::Types::DeleteInferenceComponentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteInferenceComponentInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_component_name ⇒ String
The name of the inference component to delete.
Instance Attribute Details
#inference_component_name ⇒ String
The name of the inference component to delete.
11512 11513 11514 11515 11516 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11512 class DeleteInferenceComponentInput < Struct.new( :inference_component_name) SENSITIVE = [] include Aws::Structure end |