NetworkConfig
The network configuration for a notebook run in Amazon SageMaker Unified Studio.
Contents
- networkAccessType
-
The network access type for the notebook run. Valid values are
PUBLIC_INTERNET_ONLYandVPC_ONLY.Type: String
Valid Values:
PUBLIC_INTERNET_ONLY | VPC_ONLYRequired: Yes
- securityGroupIds
-
The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 5 items.
Required: No
- subnetIds
-
The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 10 items.
Required: No
- vpcId
-
The identifier of the VPC for the notebook run. This is required when the network access type is
VPC_ONLY.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: