File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed
services/frauddetector/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Fraud Detector" ,
4
+ "contributor" : " " ,
5
+ "description" : " Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models"
6
+ }
Original file line number Diff line number Diff line change 2053
2053
"type" :" list" ,
2054
2054
"member" :{"shape" :" ExternalModel" }
2055
2055
},
2056
+ "ExternalModelOutputs" :{
2057
+ "type" :" structure" ,
2058
+ "members" :{
2059
+ "externalModel" :{
2060
+ "shape" :" ExternalModelSummary" ,
2061
+ "documentation" :" <p>The Amazon SageMaker model.</p>"
2062
+ },
2063
+ "outputs" :{
2064
+ "shape" :" ExternalModelPredictionMap" ,
2065
+ "documentation" :" <p>The fraud prediction scores from Amazon SageMaker model.</p>"
2066
+ }
2067
+ },
2068
+ "documentation" :" <p>The fraud prediction scores from Amazon SageMaker model.</p>"
2069
+ },
2070
+ "ExternalModelPredictionMap" :{
2071
+ "type" :" map" ,
2072
+ "key" :{"shape" :" string" },
2073
+ "value" :{"shape" :" string" }
2074
+ },
2075
+ "ExternalModelSummary" :{
2076
+ "type" :" structure" ,
2077
+ "members" :{
2078
+ "modelEndpoint" :{
2079
+ "shape" :" string" ,
2080
+ "documentation" :" <p>The endpoint of the Amazon SageMaker model.</p>"
2081
+ },
2082
+ "modelSource" :{
2083
+ "shape" :" ModelSource" ,
2084
+ "documentation" :" <p>The source of the model.</p>"
2085
+ }
2086
+ },
2087
+ "documentation" :" <p>The Amazon SageMaker model.</p>"
2088
+ },
2056
2089
"ExternalModelsMaxResults" :{
2057
2090
"type" :" integer" ,
2058
2091
"box" :true ,
2314
2347
"ruleResults" :{
2315
2348
"shape" :" ListOfRuleResults" ,
2316
2349
"documentation" :" <p>The results from the rules.</p>"
2350
+ },
2351
+ "externalModelOutputs" :{
2352
+ "shape" :" ListOfExternalModelOutputs" ,
2353
+ "documentation" :" <p>The model scores for Amazon SageMaker models.</p>"
2317
2354
}
2318
2355
}
2319
2356
},
2681
2718
"type" :" string" ,
2682
2719
"enum" :[" DETECTORPL" ]
2683
2720
},
2721
+ "ListOfExternalModelOutputs" :{
2722
+ "type" :" list" ,
2723
+ "member" :{"shape" :" ExternalModelOutputs" }
2724
+ },
2684
2725
"ListOfLogOddsMetrics" :{
2685
2726
"type" :" list" ,
2686
2727
"member" :{"shape" :" LogOddsMetric" }
You can’t perform that action at this time.
0 commit comments