Values.NetworkConfigSourceThe network configuration for a notebook run in Amazon SageMaker Unified Studio.
type nonrec t = {networkAccessType : NetworkAccessType.t;The network access type for the notebook run. Valid values are PUBLIC_INTERNET_ONLY and VPC_ONLY.
*)vpcId : String_.t option;The identifier of the VPC for the notebook run. This is required when the network access type is VPC_ONLY.
*)subnetIds : SubnetIds.t option;The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.
*)securityGroupIds : SecurityGroupIds.t option;The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.
*)}val make :
?vpcId:??? ->
?subnetIds:??? ->
?securityGroupIds:??? ->
networkAccessType:NetworkAccessType.t ->
unit ->
t