Values_1.OptimizationVpcConfigSourceA VPC in Amazon VPC that's accessible to an optimized that you create with an optimization job. You can control access to and from your resources by configuring a VPC. For more information, see Give SageMaker Access to Resources in your Amazon VPC.
type nonrec t = {securityGroupIds : OptimizationVpcSecurityGroupIds.t;The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
*)subnets : OptimizationVpcSubnets.t;The ID of the subnets in the VPC to which you want to connect your optimized model.
*)}val make :
securityGroupIds:OptimizationVpcSecurityGroupIds.t ->
subnets:OptimizationVpcSubnets.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of OptimizationVpcSecurityGroupId.t ] list ])
list ]