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:

  • (String)


10807
10808
10809
10810
10811
# File 'lib/aws-sdk-sagemaker/types.rb', line 10807

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