Skip to content

Commit b88d2df

Browse files
author
AWS
committed
Amazon SageMaker Service Update: SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.
1 parent 5065c05 commit b88d2df

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-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": "SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response."
6+
}

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10852,6 +10852,16 @@
1085210852
}
1085310853
}
1085410854
},
10855+
"DerivedInformation":{
10856+
"type":"structure",
10857+
"members":{
10858+
"DerivedDataInputConfig":{
10859+
"shape":"DataInputConfig",
10860+
"documentation":"<p>The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo derives this information, you don't need to specify the data input configuration when you create a compilation job.</p>"
10861+
}
10862+
},
10863+
"documentation":"<p>Information that SageMaker Neo automatically derived about the model.</p>"
10864+
},
1085510865
"DescribeActionRequest":{
1085610866
"type":"structure",
1085710867
"required":["ActionName"],
@@ -11500,6 +11510,10 @@
1150011510
"VpcConfig":{
1150111511
"shape":"NeoVpcConfig",
1150211512
"documentation":"<p>A <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html\">VpcConfig</a> object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html\">Protect Compilation Jobs by Using an Amazon Virtual Private Cloud</a>.</p>"
11513+
},
11514+
"DerivedInformation":{
11515+
"shape":"DerivedInformation",
11516+
"documentation":"<p>Information that SageMaker Neo automatically derived about the model.</p>"
1150311517
}
1150411518
}
1150511519
},
@@ -19173,7 +19187,6 @@
1917319187
"type":"structure",
1917419188
"required":[
1917519189
"S3Uri",
19176-
"DataInputConfig",
1917719190
"Framework"
1917819191
],
1917919192
"members":{
@@ -24767,7 +24780,7 @@
2476724780
"members":{
2476824781
"Percentile":{
2476924782
"shape":"String64",
24770-
"documentation":"<p>The model latency percentile threshold. For custom load tests, specify the value as <code>P95</code>.</p>"
24783+
"documentation":"<p>The model latency percentile threshold. Acceptable values are <code>P95</code> and <code>P99</code>. For custom load tests, specify the value as <code>P95</code>.</p>"
2477124784
},
2477224785
"ValueInMilliseconds":{
2477324786
"shape":"Integer",

0 commit comments

Comments
 (0)