Skip to content

Commit f1494de

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations.
1 parent 39a5918 commit f1494de

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-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": "Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations."
6+
}

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4248,7 +4248,9 @@
42484248
"Completed",
42494249
"ExplainabilityError",
42504250
"DeployingModel",
4251-
"ModelDeploymentError"
4251+
"ModelDeploymentError",
4252+
"GeneratingModelInsightsReport",
4253+
"ModelInsightsError"
42524254
]
42534255
},
42544256
"AutoMLJobStatus":{
@@ -4636,6 +4638,10 @@
46364638
"Explainability":{
46374639
"shape":"ExplainabilityLocation",
46384640
"documentation":"<p>The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.</p>"
4641+
},
4642+
"ModelInsights":{
4643+
"shape":"ModelInsightsLocation",
4644+
"documentation":"<p>The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.</p>"
46394645
}
46404646
},
46414647
"documentation":"<p>The location of artifacts for an AutoML candidate job.</p>"
@@ -18855,6 +18861,10 @@
1885518861
},
1885618862
"documentation":"<p>Input object for the model.</p>"
1885718863
},
18864+
"ModelInsightsLocation":{
18865+
"type":"string",
18866+
"min":1
18867+
},
1885818868
"ModelLatencyThreshold":{
1885918869
"type":"structure",
1886018870
"members":{

0 commit comments

Comments
 (0)