Class: Aws::SageMaker::Types::DeleteInferenceComponentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteInferenceComponentInput
- Defined in:
- gems/aws-sdk-sagemaker/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.
12236 12237 12238 12239 12240 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12236 class DeleteInferenceComponentInput < Struct.new( :inference_component_name) SENSITIVE = [] include Aws::Structure end |