Class: Aws::SageMaker::Types::DescribeInferenceComponentInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DescribeInferenceComponentInput
 
- Defined in:
- gems/aws-sdk-sagemaker/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.
| 17498 17499 17500 17501 17502 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17498 class DescribeInferenceComponentInput < Struct.new( :inference_component_name) SENSITIVE = [] include Aws::Structure end |