Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NeoVpcConfig

import type { NeoVpcConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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 Compilation Jobs Access to Resources in Your Amazon VPC.

interface NeoVpcConfig {
SecurityGroupIds: string[];
Subnets: string[];
}

§Properties

§
SecurityGroupIds: string[]
[src]

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: string[]
[src]

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