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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10807

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