Class: Aws::SageMaker::Types::DeleteInferenceComponentInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_component_nameString

The name of the inference component to delete.

Returns:



14733
14734
14735
14736
14737
# File 'lib/aws-sdk-sagemaker/types.rb', line 14733

class DeleteInferenceComponentInput < Struct.new(
  :inference_component_name)
  SENSITIVE = []
  include Aws::Structure
end