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
Release v1.49.12 (2023-12-28)
===
### Service Client Updates
* `service/codestar-connections`: Updates service API
* `service/kinesis-video-archived-media`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Studio now supports Docker access from within app container
Copy file name to clipboardExpand all lines: models/apis/sagemaker/2017-07-24/docs-2.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,8 @@
337
337
"AccountId": {
338
338
"base": null,
339
339
"refs": {
340
-
"LabelingJobForWorkteamSummary$WorkRequesterAccountId": "<p>The Amazon Web Services account ID of the account used to start the labeling job.</p>"
340
+
"LabelingJobForWorkteamSummary$WorkRequesterAccountId": "<p>The Amazon Web Services account ID of the account used to start the labeling job.</p>",
341
+
"VpcOnlyTrustedAccounts$member": null
341
342
}
342
343
},
343
344
"ActionArn": {
@@ -4701,6 +4702,13 @@
4701
4702
"refs": {
4702
4703
}
4703
4704
},
4705
+
"DockerSettings": {
4706
+
"base": "<p>A collection of settings that configure the domain's Docker interaction.</p>",
4707
+
"refs": {
4708
+
"DomainSettings$DockerSettings": "<p>A collection of settings that configure the domain's Docker interaction.</p>",
4709
+
"DomainSettingsForUpdate$DockerSettings": "<p>A collection of settings that configure the domain's Docker interaction.</p>"
4710
+
}
4711
+
},
4704
4712
"DocumentSchemaVersion": {
4705
4713
"base": null,
4706
4714
"refs": {
@@ -5929,6 +5937,7 @@
5929
5937
"base": null,
5930
5938
"refs": {
5931
5939
"DirectDeploySettings$Status": "<p>Describes whether model deployment permissions are enabled or disabled in the Canvas application.</p>",
5940
+
"DockerSettings$EnableDockerAccess": "<p>Indicates whether the domain can access Docker.</p>",
5932
5941
"IdentityProviderOAuthSetting$Status": "<p>Describes whether OAuth for a data source is enabled or disabled in the Canvas application.</p>",
5933
5942
"KendraSettings$Status": "<p>Describes whether the document querying feature is enabled or disabled in the Canvas application.</p>",
5934
5943
"ModelRegisterSettings$Status": "<p>Describes whether the integration to the model registry is enabled or disabled in the Canvas application.</p>",
@@ -16312,6 +16321,12 @@
16312
16321
"DescribeDomainResponse$VpcId": "<p>The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.</p>"
16313
16322
}
16314
16323
},
16324
+
"VpcOnlyTrustedAccounts": {
16325
+
"base": null,
16326
+
"refs": {
16327
+
"DockerSettings$VpcOnlyTrustedAccounts": "<p>The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.</p>"
0 commit comments