Class: Aws::SageMaker::Types::RecommendationJobVpcConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::RecommendationJobVpcConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #security_group_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VPC security group IDs.
 - 
  
    
      #subnets  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the subnets in the VPC to which you want to connect your model.
 
Instance Attribute Details
#security_group_ids ⇒ Array<String>
The VPC security group IDs. IDs have the form of ‘sg-xxxxxxxx`. Specify the security groups for the VPC that is specified in the `Subnets` field.
      40692 40693 40694 40695 40696 40697  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40692 class RecommendationJobVpcConfig < Struct.new( :security_group_ids, :subnets) SENSITIVE = [] include Aws::Structure end  | 
  
#subnets ⇒ Array<String>
The ID of the subnets in the VPC to which you want to connect your model.
      40692 40693 40694 40695 40696 40697  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40692 class RecommendationJobVpcConfig < Struct.new( :security_group_ids, :subnets) SENSITIVE = [] include Aws::Structure end  |