Class: Aws::SageMaker::Types::UpdateInferenceComponentInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateInferenceComponentInput
 
 
- 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.
 - 
  
    
      #runtime_config  ⇒ Types::InferenceComponentRuntimeConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Runtime settings for a model that is deployed with an inference component.
 - 
  
    
      #specification  ⇒ Types::InferenceComponentSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the resources to deploy with this inference component, including the model, container, and compute resources.
 
Instance Attribute Details
#inference_component_name ⇒ String
The name of the inference component.
      48145 48146 48147 48148 48149 48150 48151  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48145 class UpdateInferenceComponentInput < Struct.new( :inference_component_name, :specification, :runtime_config) SENSITIVE = [] include Aws::Structure end  | 
  
#runtime_config ⇒ Types::InferenceComponentRuntimeConfig
Runtime settings for a model that is deployed with an inference component.
      48145 48146 48147 48148 48149 48150 48151  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48145 class UpdateInferenceComponentInput < Struct.new( :inference_component_name, :specification, :runtime_config) SENSITIVE = [] include Aws::Structure end  | 
  
#specification ⇒ Types::InferenceComponentSpecification
Details about the resources to deploy with this inference component, including the model, container, and compute resources.
      48145 48146 48147 48148 48149 48150 48151  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48145 class UpdateInferenceComponentInput < Struct.new( :inference_component_name, :specification, :runtime_config) SENSITIVE = [] include Aws::Structure end  |