Class: Aws::SageMaker::Types::DescribeInferenceComponentInput

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.

Returns:

  • (String)


16140
16141
16142
16143
16144
# File 'lib/aws-sdk-sagemaker/types.rb', line 16140

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