Class: Aws::SageMaker::Types::DescribeInferenceComponentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeInferenceComponentInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_component_name ⇒ String
The name of the inference component.
Instance Attribute Details
#inference_component_name ⇒ String
The name of the inference component.
14892 14893 14894 14895 14896 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14892 class DescribeInferenceComponentInput < Struct.new( :inference_component_name) SENSITIVE = [] include Aws::Structure end |