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)


13531
13532
13533
13534
13535
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13531

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