Values_1.RecommendationJobVpcConfigSourceInference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
type nonrec t = {securityGroupIds : RecommendationJobVpcSecurityGroupIds.t;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.
*)subnets : RecommendationJobVpcSubnets.t;The ID of the subnets in the VPC to which you want to connect your model.
*)}val make :
securityGroupIds:RecommendationJobVpcSecurityGroupIds.t ->
subnets:RecommendationJobVpcSubnets.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of RecommendationJobVpcSecurityGroupId.t ] list ])
list ]