Class: Aws::SageMaker::Types::CreateInferenceComponentInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateInferenceComponentInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of an existing endpoint where you host the inference component.
 - 
  
    
      #inference_component_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique name to assign to 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.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of key-value pairs associated with the model.
 - 
  
    
      #variant_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of an existing production variant where you host the inference component.
 
Instance Attribute Details
#endpoint_name ⇒ String
The name of an existing endpoint where you host the inference component.
      7882 7883 7884 7885 7886 7887 7888 7889 7890 7891  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7882 class CreateInferenceComponentInput < Struct.new( :inference_component_name, :endpoint_name, :variant_name, :specification, :runtime_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#inference_component_name ⇒ String
A unique name to assign to the inference component.
      7882 7883 7884 7885 7886 7887 7888 7889 7890 7891  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7882 class CreateInferenceComponentInput < Struct.new( :inference_component_name, :endpoint_name, :variant_name, :specification, :runtime_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#runtime_config ⇒ Types::InferenceComponentRuntimeConfig
Runtime settings for a model that is deployed with an inference component.
      7882 7883 7884 7885 7886 7887 7888 7889 7890 7891  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7882 class CreateInferenceComponentInput < Struct.new( :inference_component_name, :endpoint_name, :variant_name, :specification, :runtime_config, :tags) 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.
      7882 7883 7884 7885 7886 7887 7888 7889 7890 7891  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7882 class CreateInferenceComponentInput < Struct.new( :inference_component_name, :endpoint_name, :variant_name, :specification, :runtime_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of key-value pairs associated with the model. For more information, see [Tagging Amazon Web Services resources] in the *Amazon Web Services General Reference*.
      7882 7883 7884 7885 7886 7887 7888 7889 7890 7891  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7882 class CreateInferenceComponentInput < Struct.new( :inference_component_name, :endpoint_name, :variant_name, :specification, :runtime_config, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#variant_name ⇒ String
The name of an existing production variant where you host the inference component.
      7882 7883 7884 7885 7886 7887 7888 7889 7890 7891  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7882 class CreateInferenceComponentInput < Struct.new( :inference_component_name, :endpoint_name, :variant_name, :specification, :runtime_config, :tags) SENSITIVE = [] include Aws::Structure end  |