Module Values_0.NeoVpcConfigSource

The VpcConfig configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker AI Compilation Jobs Access to Resources in Your Amazon VPC.

Sourcetype nonrec t = {
  1. securityGroupIds : NeoVpcSecurityGroupIds.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.

    *)
  2. subnets : NeoVpcSubnets.t;
    (*

    The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.

    *)
}
Sourceval context_ : string
Sourceval make : securityGroupIds:NeoVpcSecurityGroupIds.t -> subnets:NeoVpcSubnets.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NeoVpcSecurityGroupId.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t