Skip to content

Commit 8746cfb

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Allow update of platform identifier via UpdateNotebookInstance operation.
1 parent 8edbbb5 commit 8746cfb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Allow update of platform identifier via UpdateNotebookInstance operation."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44798,6 +44798,10 @@
4479844798
"shape":"IPAddressType",
4479944799
"documentation":"<p>The IP address type for the notebook instance. Specify <code>ipv4</code> for IPv4-only connectivity or <code>dualstack</code> for both IPv4 and IPv6 connectivity. The notebook instance must be stopped before updating this setting. When you specify <code>dualstack</code>, the subnet must support IPv6 addressing.</p>"
4480044800
},
44801+
"PlatformIdentifier":{
44802+
"shape":"PlatformIdentifier",
44803+
"documentation":"<p>The platform identifier of the notebook instance runtime environment.</p>"
44804+
},
4480144805
"RoleArn":{
4480244806
"shape":"RoleArn",
4480344807
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM role that SageMaker AI can assume to access the notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html\">SageMaker AI Roles</a>. </p> <note> <p>To be able to pass this role to SageMaker AI, the caller of this API must have the <code>iam:PassRole</code> permission.</p> </note>"

0 commit comments

Comments
 (0)