Skip to content

Commit 1783832

Browse files
Daily Sync with Botocore v1.37.19 on 2025/03/25 (#267)
1 parent 1d19961 commit 1783832

File tree

2 files changed

+47
-11
lines changed

2 files changed

+47
-11
lines changed

sample/sagemaker/2017-07-24/service-2.json

Lines changed: 46 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24901,10 +24901,7 @@
2490124901
},
2490224902
"ListClusterNodesResponse":{
2490324903
"type":"structure",
24904-
"required":[
24905-
"NextToken",
24906-
"ClusterNodeSummaries"
24907-
],
24904+
"required":["ClusterNodeSummaries"],
2490824905
"members":{
2490924906
"NextToken":{
2491024907
"shape":"NextToken",
@@ -25009,10 +25006,7 @@
2500925006
},
2501025007
"ListClustersResponse":{
2501125008
"type":"structure",
25012-
"required":[
25013-
"NextToken",
25014-
"ClusterSummaries"
25015-
],
25009+
"required":["ClusterSummaries"],
2501625010
"members":{
2501725011
"NextToken":{
2501825012
"shape":"NextToken",
@@ -32027,6 +32021,14 @@
3202732021
"ml.g6.16xlarge",
3202832022
"ml.g6.24xlarge",
3202932023
"ml.g6.48xlarge",
32024+
"ml.g6e.xlarge",
32025+
"ml.g6e.2xlarge",
32026+
"ml.g6e.4xlarge",
32027+
"ml.g6e.8xlarge",
32028+
"ml.g6e.12xlarge",
32029+
"ml.g6e.16xlarge",
32030+
"ml.g6e.24xlarge",
32031+
"ml.g6e.48xlarge",
3203032032
"ml.inf2.xlarge",
3203132033
"ml.inf2.8xlarge",
3203232034
"ml.inf2.24xlarge",
@@ -33324,7 +33326,40 @@
3332433326
"ml.r5d.8xlarge",
3332533327
"ml.r5d.12xlarge",
3332633328
"ml.r5d.16xlarge",
33327-
"ml.r5d.24xlarge"
33329+
"ml.r5d.24xlarge",
33330+
"ml.g6.xlarge",
33331+
"ml.g6.2xlarge",
33332+
"ml.g6.4xlarge",
33333+
"ml.g6.8xlarge",
33334+
"ml.g6.12xlarge",
33335+
"ml.g6.16xlarge",
33336+
"ml.g6.24xlarge",
33337+
"ml.g6.48xlarge",
33338+
"ml.g6e.xlarge",
33339+
"ml.g6e.2xlarge",
33340+
"ml.g6e.4xlarge",
33341+
"ml.g6e.8xlarge",
33342+
"ml.g6e.12xlarge",
33343+
"ml.g6e.16xlarge",
33344+
"ml.g6e.24xlarge",
33345+
"ml.g6e.48xlarge",
33346+
"ml.m6i.large",
33347+
"ml.m6i.xlarge",
33348+
"ml.m6i.2xlarge",
33349+
"ml.m6i.4xlarge",
33350+
"ml.m6i.8xlarge",
33351+
"ml.m6i.12xlarge",
33352+
"ml.m6i.16xlarge",
33353+
"ml.m6i.24xlarge",
33354+
"ml.m6i.32xlarge",
33355+
"ml.c6i.xlarge",
33356+
"ml.c6i.2xlarge",
33357+
"ml.c6i.4xlarge",
33358+
"ml.c6i.8xlarge",
33359+
"ml.c6i.12xlarge",
33360+
"ml.c6i.16xlarge",
33361+
"ml.c6i.24xlarge",
33362+
"ml.c6i.32xlarge"
3332833363
]
3332933364
},
3333033365
"ProcessingJob":{
@@ -33525,7 +33560,7 @@
3352533560
},
3352633561
"KmsKeyId":{
3352733562
"shape":"KmsKeyId",
33528-
"documentation":"<p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. <code>KmsKeyId</code> can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The <code>KmsKeyId</code> is applied to all outputs.</p>"
33563+
"documentation":"<p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. <code>KmsKeyId</code> can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The <code>KmsKeyId</code> is applied to all outputs.</p>"
3352933564
}
3353033565
},
3353133566
"documentation":"<p>Configuration for uploading output from the processing container.</p>"
@@ -36427,6 +36462,7 @@
3642736462
"required":[
3642836463
"InstanceType",
3642936464
"InstanceCount",
36465+
"DurationHours",
3643036466
"TargetResources"
3643136467
],
3643236468
"members":{

src/sagemaker_core/main/shapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7118,7 +7118,7 @@ class ProcessingOutputConfig(Base):
71187118
Attributes
71197119
----------------------
71207120
outputs: An array of outputs configuring the data to upload from the processing container.
7121-
kms_key_id: The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.
7121+
kms_key_id: The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.
71227122
"""
71237123

71247124
outputs: List[ProcessingOutput]

0 commit comments

Comments
 (0)