You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/sagemaker_model.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,13 @@ The `primary_container` and `container` block both support:
104
104
105
105
*`mode` - (Required) How containers in a multi-container are run. The following values are valid `Serial` and `Direct`.
106
106
107
+
### VPC Config
108
+
109
+
The following arguments are required:
110
+
*`security_group_ids` - (Required) List of security group IDs you want to be applied to your training job or model. Specify the security groups for the VPC that is specified in the Subnets field.
111
+
*`subnets` - (Required) List of subnet IDs in the VPC to which you want to connect your training job or model.
112
+
113
+
107
114
## Attribute Reference
108
115
109
116
This resource exports the following attributes in addition to the arguments above:
0 commit comments