|
71 | 71 | "errors":[
|
72 | 72 | {"shape":"ValidationException"},
|
73 | 73 | {"shape":"InternalServerException"},
|
74 |
| - {"shape":"AccessDeniedException"} |
| 74 | + {"shape":"AccessDeniedException"}, |
| 75 | + {"shape":"ResourceNotFoundException"} |
75 | 76 | ],
|
76 | 77 | "documentation":"<p>Creates a batch prediction job.</p>"
|
77 | 78 | },
|
|
2248 | 2249 | },
|
2249 | 2250 | "eventVariables":{
|
2250 | 2251 | "shape":"EventVariableMap",
|
2251 |
| - "documentation":"<p>Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.</p>" |
| 2252 | + "documentation":"<p>Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.</p> <important> <ul> <li> <p>You must provide at least one eventVariable</p> </li> <li> <p>If detectorVersion is associated with a modelVersion, you must provide at least one associated eventVariable</p> </li> </ul> </important> <p>To ensure highest possible fraud prediction and to simplify your data preparation, Amazon Fraud Detector will replace all missing variables or values as follows:</p> <p> <b>For Amazon Fraud Detector trained models:</b> </p> <p>If a null value is provided explicitly for a variable or if a variable is missing, model will replace the null value or the missing variable (no variable name in the eventVariables map) with calculated default mean/medians for numeric variables and with special values for categorical variables.</p> <p> <b>For External models ( for example, imported SageMaker):</b> </p> <p>If a null value is provided explicitly for a variable, the model and rules will use “null” as the value. If a variable is not provided (no variable name in the eventVariables map), model and rules will use the default value that is provided for the variable. </p>" |
2252 | 2253 | },
|
2253 | 2254 | "externalModelEndpointDataBlobs":{
|
2254 | 2255 | "shape":"ExternalModelEndpointDataBlobMap",
|
|
2633 | 2634 | "type":"string",
|
2634 | 2635 | "enum":["DETECTORPL"]
|
2635 | 2636 | },
|
| 2637 | + "ListOfLogitMetrics":{ |
| 2638 | + "type":"list", |
| 2639 | + "member":{"shape":"LogitMetric"} |
| 2640 | + }, |
2636 | 2641 | "ListOfModelScores":{
|
2637 | 2642 | "type":"list",
|
2638 | 2643 | "member":{"shape":"ModelScores"}
|
|
2680 | 2685 | }
|
2681 | 2686 | }
|
2682 | 2687 | },
|
| 2688 | + "LogitMetric":{ |
| 2689 | + "type":"structure", |
| 2690 | + "required":[ |
| 2691 | + "variableName", |
| 2692 | + "variableType", |
| 2693 | + "variableImportance" |
| 2694 | + ], |
| 2695 | + "members":{ |
| 2696 | + "variableName":{ |
| 2697 | + "shape":"string", |
| 2698 | + "documentation":"<p>The name of the variable.</p>" |
| 2699 | + }, |
| 2700 | + "variableType":{ |
| 2701 | + "shape":"string", |
| 2702 | + "documentation":"<p>The type of variable.</p>" |
| 2703 | + }, |
| 2704 | + "variableImportance":{ |
| 2705 | + "shape":"float", |
| 2706 | + "documentation":"<p>The relative importance of the variable.</p>" |
| 2707 | + } |
| 2708 | + }, |
| 2709 | + "documentation":"<p>The logit metric details.</p>" |
| 2710 | + }, |
2683 | 2711 | "MetricDataPoint":{
|
2684 | 2712 | "type":"structure",
|
2685 | 2713 | "members":{
|
|
3386 | 3414 | "trainingMetrics":{
|
3387 | 3415 | "shape":"TrainingMetrics",
|
3388 | 3416 | "documentation":"<p>The training metric details.</p>"
|
| 3417 | + }, |
| 3418 | + "variableImportanceMetrics":{ |
| 3419 | + "shape":"VariableImportanceMetrics", |
| 3420 | + "documentation":"<p>The variable importance metrics.</p>" |
3389 | 3421 | }
|
3390 | 3422 | },
|
3391 | 3423 | "documentation":"<p>The training result details.</p>"
|
|
3800 | 3832 | "max":25,
|
3801 | 3833 | "min":1
|
3802 | 3834 | },
|
| 3835 | + "VariableImportanceMetrics":{ |
| 3836 | + "type":"structure", |
| 3837 | + "members":{ |
| 3838 | + "LogitMetrics":{ |
| 3839 | + "shape":"ListOfLogitMetrics", |
| 3840 | + "documentation":"<p>List of variable metrics.</p>" |
| 3841 | + } |
| 3842 | + }, |
| 3843 | + "documentation":"<p>The variable importance metrics details.</p>" |
| 3844 | + }, |
3803 | 3845 | "VariableList":{
|
3804 | 3846 | "type":"list",
|
3805 | 3847 | "member":{"shape":"Variable"}
|
|
0 commit comments