Skip to content

Commit 631f7de

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object
1 parent 12b98e9 commit 631f7de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object"
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32598,7 +32598,8 @@
3259832598
"Tags":{
3259932599
"shape":"TagList",
3260032600
"documentation":"<p>A list of tags associated with the transform job.</p>"
32601-
}
32601+
},
32602+
"DataCaptureConfig":{"shape":"BatchDataCaptureConfig"}
3260232603
},
3260332604
"documentation":"<p>A batch transform job. For information about SageMaker batch transform, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html\">Use Batch Transform</a>.</p>"
3260432605
},

0 commit comments

Comments
 (0)