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.
12184 12185 12186 12187 12188 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12184 class DeleteInferenceComponentInput < Struct.new( :inference_component_name) SENSITIVE = [] include Aws::Structure end |