@aws-sdk/client-frauddetector 3.130.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/BatchCreateVariableCommand.js +2 -2
- package/dist-cjs/commands/BatchGetVariableCommand.js +2 -2
- package/dist-cjs/commands/CancelBatchImportJobCommand.js +2 -2
- package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +2 -2
- package/dist-cjs/commands/CreateBatchImportJobCommand.js +2 -2
- package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +2 -2
- package/dist-cjs/commands/CreateDetectorVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateModelCommand.js +2 -2
- package/dist-cjs/commands/CreateModelVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateVariableCommand.js +2 -2
- package/dist-cjs/commands/DeleteBatchImportJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteDetectorVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntityTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteExternalModelCommand.js +2 -2
- package/dist-cjs/commands/DeleteLabelCommand.js +2 -2
- package/dist-cjs/commands/DeleteModelCommand.js +2 -2
- package/dist-cjs/commands/DeleteModelVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteOutcomeCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteVariableCommand.js +2 -2
- package/dist-cjs/commands/DescribeDetectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetBatchImportJobsCommand.js +2 -2
- package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +2 -2
- package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -2
- package/dist-cjs/commands/GetDetectorVersionCommand.js +2 -2
- package/dist-cjs/commands/GetDetectorsCommand.js +2 -2
- package/dist-cjs/commands/GetEntityTypesCommand.js +2 -2
- package/dist-cjs/commands/GetEventCommand.js +2 -2
- package/dist-cjs/commands/GetEventPredictionCommand.js +2 -2
- package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +2 -2
- package/dist-cjs/commands/GetEventTypesCommand.js +2 -2
- package/dist-cjs/commands/GetExternalModelsCommand.js +2 -2
- package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +1 -1
- package/dist-cjs/commands/GetLabelsCommand.js +2 -2
- package/dist-cjs/commands/GetModelVersionCommand.js +2 -2
- package/dist-cjs/commands/GetModelsCommand.js +2 -2
- package/dist-cjs/commands/GetOutcomesCommand.js +2 -2
- package/dist-cjs/commands/GetRulesCommand.js +2 -2
- package/dist-cjs/commands/GetVariablesCommand.js +2 -2
- package/dist-cjs/commands/ListEventPredictionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutDetectorCommand.js +2 -2
- package/dist-cjs/commands/PutEntityTypeCommand.js +2 -2
- package/dist-cjs/commands/PutEventTypeCommand.js +2 -2
- package/dist-cjs/commands/PutExternalModelCommand.js +2 -2
- package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +2 -2
- package/dist-cjs/commands/PutLabelCommand.js +2 -2
- package/dist-cjs/commands/PutOutcomeCommand.js +2 -2
- package/dist-cjs/commands/SendEventCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDetectorVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +2 -2
- package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventLabelCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleMetadataCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateVariableCommand.js +2 -2
- package/dist-cjs/models/models_0.js +841 -1160
- package/dist-cjs/protocols/Aws_json1_1.js +177 -2
- package/dist-es/commands/BatchCreateVariableCommand.js +3 -3
- package/dist-es/commands/BatchGetVariableCommand.js +3 -3
- package/dist-es/commands/CancelBatchImportJobCommand.js +3 -3
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +3 -3
- package/dist-es/commands/CreateBatchImportJobCommand.js +3 -3
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +3 -3
- package/dist-es/commands/CreateDetectorVersionCommand.js +3 -3
- package/dist-es/commands/CreateModelCommand.js +3 -3
- package/dist-es/commands/CreateModelVersionCommand.js +3 -3
- package/dist-es/commands/CreateRuleCommand.js +3 -3
- package/dist-es/commands/CreateVariableCommand.js +3 -3
- package/dist-es/commands/DeleteBatchImportJobCommand.js +3 -3
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +3 -3
- package/dist-es/commands/DeleteDetectorCommand.js +3 -3
- package/dist-es/commands/DeleteDetectorVersionCommand.js +3 -3
- package/dist-es/commands/DeleteEntityTypeCommand.js +3 -3
- package/dist-es/commands/DeleteEventCommand.js +3 -3
- package/dist-es/commands/DeleteEventTypeCommand.js +3 -3
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +3 -3
- package/dist-es/commands/DeleteExternalModelCommand.js +3 -3
- package/dist-es/commands/DeleteLabelCommand.js +3 -3
- package/dist-es/commands/DeleteModelCommand.js +3 -3
- package/dist-es/commands/DeleteModelVersionCommand.js +3 -3
- package/dist-es/commands/DeleteOutcomeCommand.js +3 -3
- package/dist-es/commands/DeleteRuleCommand.js +3 -3
- package/dist-es/commands/DeleteVariableCommand.js +3 -3
- package/dist-es/commands/DescribeDetectorCommand.js +3 -3
- package/dist-es/commands/DescribeModelVersionsCommand.js +3 -3
- package/dist-es/commands/GetBatchImportJobsCommand.js +3 -3
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +3 -3
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +3 -3
- package/dist-es/commands/GetDetectorVersionCommand.js +3 -3
- package/dist-es/commands/GetDetectorsCommand.js +3 -3
- package/dist-es/commands/GetEntityTypesCommand.js +3 -3
- package/dist-es/commands/GetEventCommand.js +3 -3
- package/dist-es/commands/GetEventPredictionCommand.js +3 -3
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +3 -3
- package/dist-es/commands/GetEventTypesCommand.js +3 -3
- package/dist-es/commands/GetExternalModelsCommand.js +3 -3
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/GetLabelsCommand.js +3 -3
- package/dist-es/commands/GetModelVersionCommand.js +3 -3
- package/dist-es/commands/GetModelsCommand.js +3 -3
- package/dist-es/commands/GetOutcomesCommand.js +3 -3
- package/dist-es/commands/GetRulesCommand.js +3 -3
- package/dist-es/commands/GetVariablesCommand.js +3 -3
- package/dist-es/commands/ListEventPredictionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutDetectorCommand.js +3 -3
- package/dist-es/commands/PutEntityTypeCommand.js +3 -3
- package/dist-es/commands/PutEventTypeCommand.js +3 -3
- package/dist-es/commands/PutExternalModelCommand.js +3 -3
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +3 -3
- package/dist-es/commands/PutLabelCommand.js +3 -3
- package/dist-es/commands/PutOutcomeCommand.js +3 -3
- package/dist-es/commands/SendEventCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDetectorVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +3 -3
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +3 -3
- package/dist-es/commands/UpdateEventLabelCommand.js +3 -3
- package/dist-es/commands/UpdateModelCommand.js +3 -3
- package/dist-es/commands/UpdateModelVersionCommand.js +3 -3
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +3 -3
- package/dist-es/commands/UpdateRuleMetadataCommand.js +3 -3
- package/dist-es/commands/UpdateRuleVersionCommand.js +3 -3
- package/dist-es/commands/UpdateVariableCommand.js +3 -3
- package/dist-es/models/models_0.js +207 -758
- package/dist-es/protocols/Aws_json1_1.js +177 -2
- package/dist-types/models/models_0.d.ts +1147 -1127
- package/dist-types/ts3.4/models/models_0.d.ts +517 -750
- package/package.json +7 -7
|
@@ -5589,7 +5589,7 @@ var serializeAws_json1_1labelMapper = function (input, context) {
|
|
|
5589
5589
|
if (value === null) {
|
|
5590
5590
|
return acc;
|
|
5591
5591
|
}
|
|
5592
|
-
return __assign(__assign({}, acc), (_b = {}, _b[key] =
|
|
5592
|
+
return __assign(__assign({}, acc), (_b = {}, _b[key] = serializeAws_json1_1ListOfStrings(value, context), _b));
|
|
5593
5593
|
}, {});
|
|
5594
5594
|
};
|
|
5595
5595
|
var serializeAws_json1_1LabelSchema = function (input, context) {
|
|
@@ -5811,6 +5811,62 @@ var deserializeAws_json1_1AccessDeniedException = function (output, context) {
|
|
|
5811
5811
|
message: __expectString(output.message),
|
|
5812
5812
|
};
|
|
5813
5813
|
};
|
|
5814
|
+
var deserializeAws_json1_1AggregatedLogOddsMetric = function (output, context) {
|
|
5815
|
+
return {
|
|
5816
|
+
aggregatedVariablesImportance: __limitedParseFloat32(output.aggregatedVariablesImportance),
|
|
5817
|
+
variableNames: output.variableNames != null ? deserializeAws_json1_1ListOfStrings(output.variableNames, context) : undefined,
|
|
5818
|
+
};
|
|
5819
|
+
};
|
|
5820
|
+
var deserializeAws_json1_1AggregatedVariablesImpactExplanation = function (output, context) {
|
|
5821
|
+
return {
|
|
5822
|
+
eventVariableNames: output.eventVariableNames != null
|
|
5823
|
+
? deserializeAws_json1_1ListOfStrings(output.eventVariableNames, context)
|
|
5824
|
+
: undefined,
|
|
5825
|
+
logOddsImpact: __limitedParseFloat32(output.logOddsImpact),
|
|
5826
|
+
relativeImpact: __expectString(output.relativeImpact),
|
|
5827
|
+
};
|
|
5828
|
+
};
|
|
5829
|
+
var deserializeAws_json1_1AggregatedVariablesImportanceMetrics = function (output, context) {
|
|
5830
|
+
return {
|
|
5831
|
+
logOddsMetrics: output.logOddsMetrics != null
|
|
5832
|
+
? deserializeAws_json1_1ListOfAggregatedLogOddsMetrics(output.logOddsMetrics, context)
|
|
5833
|
+
: undefined,
|
|
5834
|
+
};
|
|
5835
|
+
};
|
|
5836
|
+
var deserializeAws_json1_1ATIMetricDataPoint = function (output, context) {
|
|
5837
|
+
return {
|
|
5838
|
+
adr: __limitedParseFloat32(output.adr),
|
|
5839
|
+
atodr: __limitedParseFloat32(output.atodr),
|
|
5840
|
+
cr: __limitedParseFloat32(output.cr),
|
|
5841
|
+
threshold: __limitedParseFloat32(output.threshold),
|
|
5842
|
+
};
|
|
5843
|
+
};
|
|
5844
|
+
var deserializeAws_json1_1ATIMetricDataPointsList = function (output, context) {
|
|
5845
|
+
var retVal = (output || [])
|
|
5846
|
+
.filter(function (e) { return e != null; })
|
|
5847
|
+
.map(function (entry) {
|
|
5848
|
+
if (entry === null) {
|
|
5849
|
+
return null;
|
|
5850
|
+
}
|
|
5851
|
+
return deserializeAws_json1_1ATIMetricDataPoint(entry, context);
|
|
5852
|
+
});
|
|
5853
|
+
return retVal;
|
|
5854
|
+
};
|
|
5855
|
+
var deserializeAws_json1_1ATIModelPerformance = function (output, context) {
|
|
5856
|
+
return {
|
|
5857
|
+
asi: __limitedParseFloat32(output.asi),
|
|
5858
|
+
};
|
|
5859
|
+
};
|
|
5860
|
+
var deserializeAws_json1_1ATITrainingMetricsValue = function (output, context) {
|
|
5861
|
+
return {
|
|
5862
|
+
metricDataPoints: output.metricDataPoints != null
|
|
5863
|
+
? deserializeAws_json1_1ATIMetricDataPointsList(output.metricDataPoints, context)
|
|
5864
|
+
: undefined,
|
|
5865
|
+
modelPerformance: output.modelPerformance != null
|
|
5866
|
+
? deserializeAws_json1_1ATIModelPerformance(output.modelPerformance, context)
|
|
5867
|
+
: undefined,
|
|
5868
|
+
};
|
|
5869
|
+
};
|
|
5814
5870
|
var deserializeAws_json1_1BatchCreateVariableError = function (output, context) {
|
|
5815
5871
|
return {
|
|
5816
5872
|
code: __expectInt32(output.code),
|
|
@@ -6541,7 +6597,7 @@ var deserializeAws_json1_1labelMapper = function (output, context) {
|
|
|
6541
6597
|
if (value === null) {
|
|
6542
6598
|
return acc;
|
|
6543
6599
|
}
|
|
6544
|
-
return __assign(__assign({}, acc), (_b = {}, _b[key] =
|
|
6600
|
+
return __assign(__assign({}, acc), (_b = {}, _b[key] = deserializeAws_json1_1ListOfStrings(value, context), _b));
|
|
6545
6601
|
}, {});
|
|
6546
6602
|
};
|
|
6547
6603
|
var deserializeAws_json1_1LabelSchema = function (output, context) {
|
|
@@ -6558,6 +6614,28 @@ var deserializeAws_json1_1ListEventPredictionsResult = function (output, context
|
|
|
6558
6614
|
nextToken: __expectString(output.nextToken),
|
|
6559
6615
|
};
|
|
6560
6616
|
};
|
|
6617
|
+
var deserializeAws_json1_1ListOfAggregatedLogOddsMetrics = function (output, context) {
|
|
6618
|
+
var retVal = (output || [])
|
|
6619
|
+
.filter(function (e) { return e != null; })
|
|
6620
|
+
.map(function (entry) {
|
|
6621
|
+
if (entry === null) {
|
|
6622
|
+
return null;
|
|
6623
|
+
}
|
|
6624
|
+
return deserializeAws_json1_1AggregatedLogOddsMetric(entry, context);
|
|
6625
|
+
});
|
|
6626
|
+
return retVal;
|
|
6627
|
+
};
|
|
6628
|
+
var deserializeAws_json1_1ListOfAggregatedVariablesImpactExplanations = function (output, context) {
|
|
6629
|
+
var retVal = (output || [])
|
|
6630
|
+
.filter(function (e) { return e != null; })
|
|
6631
|
+
.map(function (entry) {
|
|
6632
|
+
if (entry === null) {
|
|
6633
|
+
return null;
|
|
6634
|
+
}
|
|
6635
|
+
return deserializeAws_json1_1AggregatedVariablesImpactExplanation(entry, context);
|
|
6636
|
+
});
|
|
6637
|
+
return retVal;
|
|
6638
|
+
};
|
|
6561
6639
|
var deserializeAws_json1_1listOfEntities = function (output, context) {
|
|
6562
6640
|
var retVal = (output || [])
|
|
6563
6641
|
.filter(function (e) { return e != null; })
|
|
@@ -6829,6 +6907,9 @@ var deserializeAws_json1_1ModelVersionDetail = function (output, context) {
|
|
|
6829
6907
|
: undefined,
|
|
6830
6908
|
trainingDataSource: __expectString(output.trainingDataSource),
|
|
6831
6909
|
trainingResult: output.trainingResult != null ? deserializeAws_json1_1TrainingResult(output.trainingResult, context) : undefined,
|
|
6910
|
+
trainingResultV2: output.trainingResultV2 != null
|
|
6911
|
+
? deserializeAws_json1_1TrainingResultV2(output.trainingResultV2, context)
|
|
6912
|
+
: undefined,
|
|
6832
6913
|
};
|
|
6833
6914
|
};
|
|
6834
6915
|
var deserializeAws_json1_1modelVersionDetailList = function (output, context) {
|
|
@@ -6862,6 +6943,40 @@ var deserializeAws_json1_1NonEmptyListOfStrings = function (output, context) {
|
|
|
6862
6943
|
});
|
|
6863
6944
|
return retVal;
|
|
6864
6945
|
};
|
|
6946
|
+
var deserializeAws_json1_1OFIMetricDataPoint = function (output, context) {
|
|
6947
|
+
return {
|
|
6948
|
+
fpr: __limitedParseFloat32(output.fpr),
|
|
6949
|
+
precision: __limitedParseFloat32(output.precision),
|
|
6950
|
+
threshold: __limitedParseFloat32(output.threshold),
|
|
6951
|
+
tpr: __limitedParseFloat32(output.tpr),
|
|
6952
|
+
};
|
|
6953
|
+
};
|
|
6954
|
+
var deserializeAws_json1_1OFIMetricDataPointsList = function (output, context) {
|
|
6955
|
+
var retVal = (output || [])
|
|
6956
|
+
.filter(function (e) { return e != null; })
|
|
6957
|
+
.map(function (entry) {
|
|
6958
|
+
if (entry === null) {
|
|
6959
|
+
return null;
|
|
6960
|
+
}
|
|
6961
|
+
return deserializeAws_json1_1OFIMetricDataPoint(entry, context);
|
|
6962
|
+
});
|
|
6963
|
+
return retVal;
|
|
6964
|
+
};
|
|
6965
|
+
var deserializeAws_json1_1OFIModelPerformance = function (output, context) {
|
|
6966
|
+
return {
|
|
6967
|
+
auc: __limitedParseFloat32(output.auc),
|
|
6968
|
+
};
|
|
6969
|
+
};
|
|
6970
|
+
var deserializeAws_json1_1OFITrainingMetricsValue = function (output, context) {
|
|
6971
|
+
return {
|
|
6972
|
+
metricDataPoints: output.metricDataPoints != null
|
|
6973
|
+
? deserializeAws_json1_1OFIMetricDataPointsList(output.metricDataPoints, context)
|
|
6974
|
+
: undefined,
|
|
6975
|
+
modelPerformance: output.modelPerformance != null
|
|
6976
|
+
? deserializeAws_json1_1OFIModelPerformance(output.modelPerformance, context)
|
|
6977
|
+
: undefined,
|
|
6978
|
+
};
|
|
6979
|
+
};
|
|
6865
6980
|
var deserializeAws_json1_1Outcome = function (output, context) {
|
|
6866
6981
|
return {
|
|
6867
6982
|
arn: __expectString(output.arn),
|
|
@@ -6884,6 +6999,9 @@ var deserializeAws_json1_1OutcomeList = function (output, context) {
|
|
|
6884
6999
|
};
|
|
6885
7000
|
var deserializeAws_json1_1PredictionExplanations = function (output, context) {
|
|
6886
7001
|
return {
|
|
7002
|
+
aggregatedVariablesImpactExplanations: output.aggregatedVariablesImpactExplanations != null
|
|
7003
|
+
? deserializeAws_json1_1ListOfAggregatedVariablesImpactExplanations(output.aggregatedVariablesImpactExplanations, context)
|
|
7004
|
+
: undefined,
|
|
6887
7005
|
variableImpactExplanations: output.variableImpactExplanations != null
|
|
6888
7006
|
? deserializeAws_json1_1listOfVariableImpactExplanations(output.variableImpactExplanations, context)
|
|
6889
7007
|
: undefined,
|
|
@@ -6992,6 +7110,40 @@ var deserializeAws_json1_1tagList = function (output, context) {
|
|
|
6992
7110
|
var deserializeAws_json1_1TagResourceResult = function (output, context) {
|
|
6993
7111
|
return {};
|
|
6994
7112
|
};
|
|
7113
|
+
var deserializeAws_json1_1TFIMetricDataPoint = function (output, context) {
|
|
7114
|
+
return {
|
|
7115
|
+
fpr: __limitedParseFloat32(output.fpr),
|
|
7116
|
+
precision: __limitedParseFloat32(output.precision),
|
|
7117
|
+
threshold: __limitedParseFloat32(output.threshold),
|
|
7118
|
+
tpr: __limitedParseFloat32(output.tpr),
|
|
7119
|
+
};
|
|
7120
|
+
};
|
|
7121
|
+
var deserializeAws_json1_1TFIMetricDataPointsList = function (output, context) {
|
|
7122
|
+
var retVal = (output || [])
|
|
7123
|
+
.filter(function (e) { return e != null; })
|
|
7124
|
+
.map(function (entry) {
|
|
7125
|
+
if (entry === null) {
|
|
7126
|
+
return null;
|
|
7127
|
+
}
|
|
7128
|
+
return deserializeAws_json1_1TFIMetricDataPoint(entry, context);
|
|
7129
|
+
});
|
|
7130
|
+
return retVal;
|
|
7131
|
+
};
|
|
7132
|
+
var deserializeAws_json1_1TFIModelPerformance = function (output, context) {
|
|
7133
|
+
return {
|
|
7134
|
+
auc: __limitedParseFloat32(output.auc),
|
|
7135
|
+
};
|
|
7136
|
+
};
|
|
7137
|
+
var deserializeAws_json1_1TFITrainingMetricsValue = function (output, context) {
|
|
7138
|
+
return {
|
|
7139
|
+
metricDataPoints: output.metricDataPoints != null
|
|
7140
|
+
? deserializeAws_json1_1TFIMetricDataPointsList(output.metricDataPoints, context)
|
|
7141
|
+
: undefined,
|
|
7142
|
+
modelPerformance: output.modelPerformance != null
|
|
7143
|
+
? deserializeAws_json1_1TFIModelPerformance(output.modelPerformance, context)
|
|
7144
|
+
: undefined,
|
|
7145
|
+
};
|
|
7146
|
+
};
|
|
6995
7147
|
var deserializeAws_json1_1ThrottlingException = function (output, context) {
|
|
6996
7148
|
return {
|
|
6997
7149
|
message: __expectString(output.message),
|
|
@@ -7011,6 +7163,13 @@ var deserializeAws_json1_1TrainingMetrics = function (output, context) {
|
|
|
7011
7163
|
: undefined,
|
|
7012
7164
|
};
|
|
7013
7165
|
};
|
|
7166
|
+
var deserializeAws_json1_1TrainingMetricsV2 = function (output, context) {
|
|
7167
|
+
return {
|
|
7168
|
+
ati: output.ati != null ? deserializeAws_json1_1ATITrainingMetricsValue(output.ati, context) : undefined,
|
|
7169
|
+
ofi: output.ofi != null ? deserializeAws_json1_1OFITrainingMetricsValue(output.ofi, context) : undefined,
|
|
7170
|
+
tfi: output.tfi != null ? deserializeAws_json1_1TFITrainingMetricsValue(output.tfi, context) : undefined,
|
|
7171
|
+
};
|
|
7172
|
+
};
|
|
7014
7173
|
var deserializeAws_json1_1TrainingResult = function (output, context) {
|
|
7015
7174
|
return {
|
|
7016
7175
|
dataValidationMetrics: output.dataValidationMetrics != null
|
|
@@ -7024,6 +7183,22 @@ var deserializeAws_json1_1TrainingResult = function (output, context) {
|
|
|
7024
7183
|
: undefined,
|
|
7025
7184
|
};
|
|
7026
7185
|
};
|
|
7186
|
+
var deserializeAws_json1_1TrainingResultV2 = function (output, context) {
|
|
7187
|
+
return {
|
|
7188
|
+
aggregatedVariablesImportanceMetrics: output.aggregatedVariablesImportanceMetrics != null
|
|
7189
|
+
? deserializeAws_json1_1AggregatedVariablesImportanceMetrics(output.aggregatedVariablesImportanceMetrics, context)
|
|
7190
|
+
: undefined,
|
|
7191
|
+
dataValidationMetrics: output.dataValidationMetrics != null
|
|
7192
|
+
? deserializeAws_json1_1DataValidationMetrics(output.dataValidationMetrics, context)
|
|
7193
|
+
: undefined,
|
|
7194
|
+
trainingMetricsV2: output.trainingMetricsV2 != null
|
|
7195
|
+
? deserializeAws_json1_1TrainingMetricsV2(output.trainingMetricsV2, context)
|
|
7196
|
+
: undefined,
|
|
7197
|
+
variableImportanceMetrics: output.variableImportanceMetrics != null
|
|
7198
|
+
? deserializeAws_json1_1VariableImportanceMetrics(output.variableImportanceMetrics, context)
|
|
7199
|
+
: undefined,
|
|
7200
|
+
};
|
|
7201
|
+
};
|
|
7027
7202
|
var deserializeAws_json1_1UntagResourceResult = function (output, context) {
|
|
7028
7203
|
return {};
|
|
7029
7204
|
};
|