ModelExplainabilityJobDefinitionVpcConfigArgs

data class ModelExplainabilityJobDefinitionVpcConfigArgs(val securityGroupIds: Output<List<String>>, val subnets: Output<List<String>>) : ConvertibleToJava<ModelExplainabilityJobDefinitionVpcConfigArgs>

Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC.

Constructors

constructor(securityGroupIds: Output<List<String>>, subnets: Output<List<String>>)

Properties

Link copied to clipboard

The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

Link copied to clipboard
val subnets: Output<List<String>>

The ID of the subnets in the VPC to which you want to connect to your monitoring jobs.

Functions

Link copied to clipboard
open override fun toJava(): ModelExplainabilityJobDefinitionVpcConfigArgs