Skip to content

Commit aef998f

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release adds the ResolvedOutputS3Uri to the DescribeFeatureGroup API to indicate the S3 prefix where offline data is stored in a feature group
1 parent 814395d commit aef998f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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": "This release adds the ResolvedOutputS3Uri to the DescribeFeatureGroup API to indicate the S3 prefix where offline data is stored in a feature group"
6+
}

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@
15621562
"errors":[
15631563
{"shape":"ResourceNotFound"}
15641564
],
1565-
"documentation":"<p>Returns information about a training job.</p>"
1565+
"documentation":"<p>Returns information about a training job. </p> <p>Some of the attributes below only appear if the training job successfully starts. If the training job fails, <code>TrainingJobStatus</code> is <code>Failed</code> and, depending on the <code>FailureReason</code>, attributes like <code>TrainingStartTime</code>, <code>TrainingTimeInSeconds</code>, <code>TrainingEndTime</code>, and <code>BillableTimeInSeconds</code> may not be present in the response.</p>"
15661566
},
15671567
"DescribeTransformJob":{
15681568
"name":"DescribeTransformJob",
@@ -13177,7 +13177,7 @@
1317713177
"documentation":"<p>How containers in a multi-container are run. The following values are valid.</p> <ul> <li> <p> <code>SERIAL</code> - Containers run as a serial pipeline.</p> </li> <li> <p> <code>DIRECT</code> - Only the individual container that you specify is run.</p> </li> </ul>"
1317813178
}
1317913179
},
13180-
"documentation":"<p>Specifies details about how containers in a multi-container are run.</p>"
13180+
"documentation":"<p>Specifies details about how containers in a multi-container endpoint are run.</p>"
1318113181
},
1318213182
"InferenceExecutionMode":{
1318313183
"type":"string",
@@ -20371,6 +20371,10 @@
2037120371
"KmsKeyId":{
2037220372
"shape":"KmsKeyId",
2037320373
"documentation":"<p>The AWS Key Management Service (KMS) key ID of the key used to encrypt any objects written into the <code>OfflineStore</code> S3 location.</p> <p>The IAM <code>roleARN</code> that is passed as a parameter to <code>CreateFeatureGroup</code> must have below permissions to the <code>KmsKeyId</code>:</p> <ul> <li> <p> <code>\"kms:GenerateDataKey\"</code> </p> </li> </ul>"
20374+
},
20375+
"ResolvedOutputS3Uri":{
20376+
"shape":"S3Uri",
20377+
"documentation":"<p>The S3 path where offline records are written.</p>"
2037420378
}
2037520379
},
2037620380
"documentation":"<p>The Amazon Simple Storage (Amazon S3) location and and security configuration for <code>OfflineStore</code>.</p>"

0 commit comments

Comments
 (0)