vpc_to_list | R Documentation |
Prepares a VpcConfig list containing keys 'Subnets' and SecurityGroupIds' This is the dict format expected by SageMaker CreateTrainingJob and CreateModel APIs See https://docs.aws.amazon.com/sagemaker/latest/dg/API_VpcConfig.html
vpc_to_list(subnets, security_group_ids)
subnets |
(list): list of subnet IDs to use in VpcConfig |
security_group_ids |
(list): list of security group IDs to use in VpcConfig |
A VpcConfig dict containing keys 'Subnets' and 'SecurityGroupIds' If either or both parameters are None, returns None
Other vpc_utils:
vpc_configuration_env
,
vpc_from_list()
,
vpc_sanitize()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.