aws-sdk-frauddetector 1.36.0 → 1.37.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-frauddetector/client.rb +1 -1
- data/lib/aws-sdk-frauddetector/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-frauddetector/types.rb +0 -974
- data/lib/aws-sdk-frauddetector.rb +1 -1
- metadata +2 -2
@@ -222,28 +222,6 @@ module Aws::FraudDetector
|
|
222
222
|
include Aws::Structure
|
223
223
|
end
|
224
224
|
|
225
|
-
# @note When making an API call, you may pass BatchCreateVariableRequest
|
226
|
-
# data as a hash:
|
227
|
-
#
|
228
|
-
# {
|
229
|
-
# variable_entries: [ # required
|
230
|
-
# {
|
231
|
-
# name: "string",
|
232
|
-
# data_type: "string",
|
233
|
-
# data_source: "string",
|
234
|
-
# default_value: "string",
|
235
|
-
# description: "string",
|
236
|
-
# variable_type: "string",
|
237
|
-
# },
|
238
|
-
# ],
|
239
|
-
# tags: [
|
240
|
-
# {
|
241
|
-
# key: "tagKey", # required
|
242
|
-
# value: "tagValue", # required
|
243
|
-
# },
|
244
|
-
# ],
|
245
|
-
# }
|
246
|
-
#
|
247
225
|
# @!attribute [rw] variable_entries
|
248
226
|
# The list of variables for the batch create variable request.
|
249
227
|
# @return [Array<Types::VariableEntry>]
|
@@ -297,13 +275,6 @@ module Aws::FraudDetector
|
|
297
275
|
include Aws::Structure
|
298
276
|
end
|
299
277
|
|
300
|
-
# @note When making an API call, you may pass BatchGetVariableRequest
|
301
|
-
# data as a hash:
|
302
|
-
#
|
303
|
-
# {
|
304
|
-
# names: ["string"], # required
|
305
|
-
# }
|
306
|
-
#
|
307
278
|
# @!attribute [rw] names
|
308
279
|
# The list of variable names to get.
|
309
280
|
# @return [Array<String>]
|
@@ -492,13 +463,6 @@ module Aws::FraudDetector
|
|
492
463
|
include Aws::Structure
|
493
464
|
end
|
494
465
|
|
495
|
-
# @note When making an API call, you may pass CancelBatchImportJobRequest
|
496
|
-
# data as a hash:
|
497
|
-
#
|
498
|
-
# {
|
499
|
-
# job_id: "identifier", # required
|
500
|
-
# }
|
501
|
-
#
|
502
466
|
# @!attribute [rw] job_id
|
503
467
|
# The ID of an in-progress batch import job to cancel.
|
504
468
|
#
|
@@ -518,13 +482,6 @@ module Aws::FraudDetector
|
|
518
482
|
#
|
519
483
|
class CancelBatchImportJobResult < Aws::EmptyStructure; end
|
520
484
|
|
521
|
-
# @note When making an API call, you may pass CancelBatchPredictionJobRequest
|
522
|
-
# data as a hash:
|
523
|
-
#
|
524
|
-
# {
|
525
|
-
# job_id: "identifier", # required
|
526
|
-
# }
|
527
|
-
#
|
528
485
|
# @!attribute [rw] job_id
|
529
486
|
# The ID of the batch prediction job to cancel.
|
530
487
|
# @return [String]
|
@@ -555,23 +512,6 @@ module Aws::FraudDetector
|
|
555
512
|
include Aws::Structure
|
556
513
|
end
|
557
514
|
|
558
|
-
# @note When making an API call, you may pass CreateBatchImportJobRequest
|
559
|
-
# data as a hash:
|
560
|
-
#
|
561
|
-
# {
|
562
|
-
# job_id: "identifier", # required
|
563
|
-
# input_path: "s3BucketLocation", # required
|
564
|
-
# output_path: "s3BucketLocation", # required
|
565
|
-
# event_type_name: "identifier", # required
|
566
|
-
# iam_role_arn: "iamRoleArn", # required
|
567
|
-
# tags: [
|
568
|
-
# {
|
569
|
-
# key: "tagKey", # required
|
570
|
-
# value: "tagValue", # required
|
571
|
-
# },
|
572
|
-
# ],
|
573
|
-
# }
|
574
|
-
#
|
575
515
|
# @!attribute [rw] job_id
|
576
516
|
# The ID of the batch import job. The ID cannot be of a past job,
|
577
517
|
# unless the job exists in `CREATE_FAILED` state.
|
@@ -625,25 +565,6 @@ module Aws::FraudDetector
|
|
625
565
|
#
|
626
566
|
class CreateBatchImportJobResult < Aws::EmptyStructure; end
|
627
567
|
|
628
|
-
# @note When making an API call, you may pass CreateBatchPredictionJobRequest
|
629
|
-
# data as a hash:
|
630
|
-
#
|
631
|
-
# {
|
632
|
-
# job_id: "identifier", # required
|
633
|
-
# input_path: "s3BucketLocation", # required
|
634
|
-
# output_path: "s3BucketLocation", # required
|
635
|
-
# event_type_name: "identifier", # required
|
636
|
-
# detector_name: "identifier", # required
|
637
|
-
# detector_version: "wholeNumberVersionString",
|
638
|
-
# iam_role_arn: "iamRoleArn", # required
|
639
|
-
# tags: [
|
640
|
-
# {
|
641
|
-
# key: "tagKey", # required
|
642
|
-
# value: "tagValue", # required
|
643
|
-
# },
|
644
|
-
# ],
|
645
|
-
# }
|
646
|
-
#
|
647
568
|
# @!attribute [rw] job_id
|
648
569
|
# The ID of the batch prediction job.
|
649
570
|
# @return [String]
|
@@ -704,37 +625,6 @@ module Aws::FraudDetector
|
|
704
625
|
#
|
705
626
|
class CreateBatchPredictionJobResult < Aws::EmptyStructure; end
|
706
627
|
|
707
|
-
# @note When making an API call, you may pass CreateDetectorVersionRequest
|
708
|
-
# data as a hash:
|
709
|
-
#
|
710
|
-
# {
|
711
|
-
# detector_id: "identifier", # required
|
712
|
-
# description: "description",
|
713
|
-
# external_model_endpoints: ["string"],
|
714
|
-
# rules: [ # required
|
715
|
-
# {
|
716
|
-
# detector_id: "identifier", # required
|
717
|
-
# rule_id: "identifier", # required
|
718
|
-
# rule_version: "wholeNumberVersionString", # required
|
719
|
-
# },
|
720
|
-
# ],
|
721
|
-
# model_versions: [
|
722
|
-
# {
|
723
|
-
# model_id: "modelIdentifier", # required
|
724
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
725
|
-
# model_version_number: "floatVersionString", # required
|
726
|
-
# arn: "fraudDetectorArn",
|
727
|
-
# },
|
728
|
-
# ],
|
729
|
-
# rule_execution_mode: "ALL_MATCHED", # accepts ALL_MATCHED, FIRST_MATCHED
|
730
|
-
# tags: [
|
731
|
-
# {
|
732
|
-
# key: "tagKey", # required
|
733
|
-
# value: "tagValue", # required
|
734
|
-
# },
|
735
|
-
# ],
|
736
|
-
# }
|
737
|
-
#
|
738
628
|
# @!attribute [rw] detector_id
|
739
629
|
# The ID of the detector under which you want to create a new version.
|
740
630
|
# @return [String]
|
@@ -814,22 +704,6 @@ module Aws::FraudDetector
|
|
814
704
|
include Aws::Structure
|
815
705
|
end
|
816
706
|
|
817
|
-
# @note When making an API call, you may pass CreateModelRequest
|
818
|
-
# data as a hash:
|
819
|
-
#
|
820
|
-
# {
|
821
|
-
# model_id: "modelIdentifier", # required
|
822
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
823
|
-
# description: "description",
|
824
|
-
# event_type_name: "string", # required
|
825
|
-
# tags: [
|
826
|
-
# {
|
827
|
-
# key: "tagKey", # required
|
828
|
-
# value: "tagValue", # required
|
829
|
-
# },
|
830
|
-
# ],
|
831
|
-
# }
|
832
|
-
#
|
833
707
|
# @!attribute [rw] model_id
|
834
708
|
# The model ID.
|
835
709
|
# @return [String]
|
@@ -866,40 +740,6 @@ module Aws::FraudDetector
|
|
866
740
|
#
|
867
741
|
class CreateModelResult < Aws::EmptyStructure; end
|
868
742
|
|
869
|
-
# @note When making an API call, you may pass CreateModelVersionRequest
|
870
|
-
# data as a hash:
|
871
|
-
#
|
872
|
-
# {
|
873
|
-
# model_id: "modelIdentifier", # required
|
874
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
875
|
-
# training_data_source: "EXTERNAL_EVENTS", # required, accepts EXTERNAL_EVENTS, INGESTED_EVENTS
|
876
|
-
# training_data_schema: { # required
|
877
|
-
# model_variables: ["string"], # required
|
878
|
-
# label_schema: {
|
879
|
-
# label_mapper: {
|
880
|
-
# "string" => ["string"],
|
881
|
-
# },
|
882
|
-
# unlabeled_events_treatment: "IGNORE", # accepts IGNORE, FRAUD, LEGIT
|
883
|
-
# },
|
884
|
-
# },
|
885
|
-
# external_events_detail: {
|
886
|
-
# data_location: "s3BucketLocation", # required
|
887
|
-
# data_access_role_arn: "iamRoleArn", # required
|
888
|
-
# },
|
889
|
-
# ingested_events_detail: {
|
890
|
-
# ingested_events_time_window: { # required
|
891
|
-
# start_time: "time", # required
|
892
|
-
# end_time: "time", # required
|
893
|
-
# },
|
894
|
-
# },
|
895
|
-
# tags: [
|
896
|
-
# {
|
897
|
-
# key: "tagKey", # required
|
898
|
-
# value: "tagValue", # required
|
899
|
-
# },
|
900
|
-
# ],
|
901
|
-
# }
|
902
|
-
#
|
903
743
|
# @!attribute [rw] model_id
|
904
744
|
# The model ID.
|
905
745
|
# @return [String]
|
@@ -971,24 +811,6 @@ module Aws::FraudDetector
|
|
971
811
|
include Aws::Structure
|
972
812
|
end
|
973
813
|
|
974
|
-
# @note When making an API call, you may pass CreateRuleRequest
|
975
|
-
# data as a hash:
|
976
|
-
#
|
977
|
-
# {
|
978
|
-
# rule_id: "identifier", # required
|
979
|
-
# detector_id: "identifier", # required
|
980
|
-
# description: "description",
|
981
|
-
# expression: "ruleExpression", # required
|
982
|
-
# language: "DETECTORPL", # required, accepts DETECTORPL
|
983
|
-
# outcomes: ["string"], # required
|
984
|
-
# tags: [
|
985
|
-
# {
|
986
|
-
# key: "tagKey", # required
|
987
|
-
# value: "tagValue", # required
|
988
|
-
# },
|
989
|
-
# ],
|
990
|
-
# }
|
991
|
-
#
|
992
814
|
# @!attribute [rw] rule_id
|
993
815
|
# The rule ID.
|
994
816
|
# @return [String]
|
@@ -1043,24 +865,6 @@ module Aws::FraudDetector
|
|
1043
865
|
include Aws::Structure
|
1044
866
|
end
|
1045
867
|
|
1046
|
-
# @note When making an API call, you may pass CreateVariableRequest
|
1047
|
-
# data as a hash:
|
1048
|
-
#
|
1049
|
-
# {
|
1050
|
-
# name: "string", # required
|
1051
|
-
# data_type: "STRING", # required, accepts STRING, INTEGER, FLOAT, BOOLEAN
|
1052
|
-
# data_source: "EVENT", # required, accepts EVENT, MODEL_SCORE, EXTERNAL_MODEL_SCORE
|
1053
|
-
# default_value: "string", # required
|
1054
|
-
# description: "string",
|
1055
|
-
# variable_type: "string",
|
1056
|
-
# tags: [
|
1057
|
-
# {
|
1058
|
-
# key: "tagKey", # required
|
1059
|
-
# value: "tagValue", # required
|
1060
|
-
# },
|
1061
|
-
# ],
|
1062
|
-
# }
|
1063
|
-
#
|
1064
868
|
# @!attribute [rw] name
|
1065
869
|
# The name of the variable.
|
1066
870
|
# @return [String]
|
@@ -1140,13 +944,6 @@ module Aws::FraudDetector
|
|
1140
944
|
include Aws::Structure
|
1141
945
|
end
|
1142
946
|
|
1143
|
-
# @note When making an API call, you may pass DeleteBatchImportJobRequest
|
1144
|
-
# data as a hash:
|
1145
|
-
#
|
1146
|
-
# {
|
1147
|
-
# job_id: "identifier", # required
|
1148
|
-
# }
|
1149
|
-
#
|
1150
947
|
# @!attribute [rw] job_id
|
1151
948
|
# The ID of the batch import job to delete.
|
1152
949
|
# @return [String]
|
@@ -1163,13 +960,6 @@ module Aws::FraudDetector
|
|
1163
960
|
#
|
1164
961
|
class DeleteBatchImportJobResult < Aws::EmptyStructure; end
|
1165
962
|
|
1166
|
-
# @note When making an API call, you may pass DeleteBatchPredictionJobRequest
|
1167
|
-
# data as a hash:
|
1168
|
-
#
|
1169
|
-
# {
|
1170
|
-
# job_id: "identifier", # required
|
1171
|
-
# }
|
1172
|
-
#
|
1173
963
|
# @!attribute [rw] job_id
|
1174
964
|
# The ID of the batch prediction job to delete.
|
1175
965
|
# @return [String]
|
@@ -1186,13 +976,6 @@ module Aws::FraudDetector
|
|
1186
976
|
#
|
1187
977
|
class DeleteBatchPredictionJobResult < Aws::EmptyStructure; end
|
1188
978
|
|
1189
|
-
# @note When making an API call, you may pass DeleteDetectorRequest
|
1190
|
-
# data as a hash:
|
1191
|
-
#
|
1192
|
-
# {
|
1193
|
-
# detector_id: "identifier", # required
|
1194
|
-
# }
|
1195
|
-
#
|
1196
979
|
# @!attribute [rw] detector_id
|
1197
980
|
# The ID of the detector to delete.
|
1198
981
|
# @return [String]
|
@@ -1209,14 +992,6 @@ module Aws::FraudDetector
|
|
1209
992
|
#
|
1210
993
|
class DeleteDetectorResult < Aws::EmptyStructure; end
|
1211
994
|
|
1212
|
-
# @note When making an API call, you may pass DeleteDetectorVersionRequest
|
1213
|
-
# data as a hash:
|
1214
|
-
#
|
1215
|
-
# {
|
1216
|
-
# detector_id: "identifier", # required
|
1217
|
-
# detector_version_id: "wholeNumberVersionString", # required
|
1218
|
-
# }
|
1219
|
-
#
|
1220
995
|
# @!attribute [rw] detector_id
|
1221
996
|
# The ID of the parent detector for the detector version to delete.
|
1222
997
|
# @return [String]
|
@@ -1238,13 +1013,6 @@ module Aws::FraudDetector
|
|
1238
1013
|
#
|
1239
1014
|
class DeleteDetectorVersionResult < Aws::EmptyStructure; end
|
1240
1015
|
|
1241
|
-
# @note When making an API call, you may pass DeleteEntityTypeRequest
|
1242
|
-
# data as a hash:
|
1243
|
-
#
|
1244
|
-
# {
|
1245
|
-
# name: "identifier", # required
|
1246
|
-
# }
|
1247
|
-
#
|
1248
1016
|
# @!attribute [rw] name
|
1249
1017
|
# The name of the entity type to delete.
|
1250
1018
|
# @return [String]
|
@@ -1261,15 +1029,6 @@ module Aws::FraudDetector
|
|
1261
1029
|
#
|
1262
1030
|
class DeleteEntityTypeResult < Aws::EmptyStructure; end
|
1263
1031
|
|
1264
|
-
# @note When making an API call, you may pass DeleteEventRequest
|
1265
|
-
# data as a hash:
|
1266
|
-
#
|
1267
|
-
# {
|
1268
|
-
# event_id: "identifier", # required
|
1269
|
-
# event_type_name: "identifier", # required
|
1270
|
-
# delete_audit_history: false,
|
1271
|
-
# }
|
1272
|
-
#
|
1273
1032
|
# @!attribute [rw] event_id
|
1274
1033
|
# The ID of the event to delete.
|
1275
1034
|
# @return [String]
|
@@ -1297,13 +1056,6 @@ module Aws::FraudDetector
|
|
1297
1056
|
#
|
1298
1057
|
class DeleteEventResult < Aws::EmptyStructure; end
|
1299
1058
|
|
1300
|
-
# @note When making an API call, you may pass DeleteEventTypeRequest
|
1301
|
-
# data as a hash:
|
1302
|
-
#
|
1303
|
-
# {
|
1304
|
-
# name: "identifier", # required
|
1305
|
-
# }
|
1306
|
-
#
|
1307
1059
|
# @!attribute [rw] name
|
1308
1060
|
# The name of the event type to delete.
|
1309
1061
|
# @return [String]
|
@@ -1320,13 +1072,6 @@ module Aws::FraudDetector
|
|
1320
1072
|
#
|
1321
1073
|
class DeleteEventTypeResult < Aws::EmptyStructure; end
|
1322
1074
|
|
1323
|
-
# @note When making an API call, you may pass DeleteEventsByEventTypeRequest
|
1324
|
-
# data as a hash:
|
1325
|
-
#
|
1326
|
-
# {
|
1327
|
-
# event_type_name: "identifier", # required
|
1328
|
-
# }
|
1329
|
-
#
|
1330
1075
|
# @!attribute [rw] event_type_name
|
1331
1076
|
# The name of the event type.
|
1332
1077
|
# @return [String]
|
@@ -1356,13 +1101,6 @@ module Aws::FraudDetector
|
|
1356
1101
|
include Aws::Structure
|
1357
1102
|
end
|
1358
1103
|
|
1359
|
-
# @note When making an API call, you may pass DeleteExternalModelRequest
|
1360
|
-
# data as a hash:
|
1361
|
-
#
|
1362
|
-
# {
|
1363
|
-
# model_endpoint: "sageMakerEndpointIdentifier", # required
|
1364
|
-
# }
|
1365
|
-
#
|
1366
1104
|
# @!attribute [rw] model_endpoint
|
1367
1105
|
# The endpoint of the Amazon Sagemaker model to delete.
|
1368
1106
|
# @return [String]
|
@@ -1379,13 +1117,6 @@ module Aws::FraudDetector
|
|
1379
1117
|
#
|
1380
1118
|
class DeleteExternalModelResult < Aws::EmptyStructure; end
|
1381
1119
|
|
1382
|
-
# @note When making an API call, you may pass DeleteLabelRequest
|
1383
|
-
# data as a hash:
|
1384
|
-
#
|
1385
|
-
# {
|
1386
|
-
# name: "identifier", # required
|
1387
|
-
# }
|
1388
|
-
#
|
1389
1120
|
# @!attribute [rw] name
|
1390
1121
|
# The name of the label to delete.
|
1391
1122
|
# @return [String]
|
@@ -1402,14 +1133,6 @@ module Aws::FraudDetector
|
|
1402
1133
|
#
|
1403
1134
|
class DeleteLabelResult < Aws::EmptyStructure; end
|
1404
1135
|
|
1405
|
-
# @note When making an API call, you may pass DeleteModelRequest
|
1406
|
-
# data as a hash:
|
1407
|
-
#
|
1408
|
-
# {
|
1409
|
-
# model_id: "modelIdentifier", # required
|
1410
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
1411
|
-
# }
|
1412
|
-
#
|
1413
1136
|
# @!attribute [rw] model_id
|
1414
1137
|
# The model ID of the model to delete.
|
1415
1138
|
# @return [String]
|
@@ -1431,15 +1154,6 @@ module Aws::FraudDetector
|
|
1431
1154
|
#
|
1432
1155
|
class DeleteModelResult < Aws::EmptyStructure; end
|
1433
1156
|
|
1434
|
-
# @note When making an API call, you may pass DeleteModelVersionRequest
|
1435
|
-
# data as a hash:
|
1436
|
-
#
|
1437
|
-
# {
|
1438
|
-
# model_id: "modelIdentifier", # required
|
1439
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
1440
|
-
# model_version_number: "floatVersionString", # required
|
1441
|
-
# }
|
1442
|
-
#
|
1443
1157
|
# @!attribute [rw] model_id
|
1444
1158
|
# The model ID of the model version to delete.
|
1445
1159
|
# @return [String]
|
@@ -1466,13 +1180,6 @@ module Aws::FraudDetector
|
|
1466
1180
|
#
|
1467
1181
|
class DeleteModelVersionResult < Aws::EmptyStructure; end
|
1468
1182
|
|
1469
|
-
# @note When making an API call, you may pass DeleteOutcomeRequest
|
1470
|
-
# data as a hash:
|
1471
|
-
#
|
1472
|
-
# {
|
1473
|
-
# name: "identifier", # required
|
1474
|
-
# }
|
1475
|
-
#
|
1476
1183
|
# @!attribute [rw] name
|
1477
1184
|
# The name of the outcome to delete.
|
1478
1185
|
# @return [String]
|
@@ -1489,17 +1196,6 @@ module Aws::FraudDetector
|
|
1489
1196
|
#
|
1490
1197
|
class DeleteOutcomeResult < Aws::EmptyStructure; end
|
1491
1198
|
|
1492
|
-
# @note When making an API call, you may pass DeleteRuleRequest
|
1493
|
-
# data as a hash:
|
1494
|
-
#
|
1495
|
-
# {
|
1496
|
-
# rule: { # required
|
1497
|
-
# detector_id: "identifier", # required
|
1498
|
-
# rule_id: "identifier", # required
|
1499
|
-
# rule_version: "wholeNumberVersionString", # required
|
1500
|
-
# },
|
1501
|
-
# }
|
1502
|
-
#
|
1503
1199
|
# @!attribute [rw] rule
|
1504
1200
|
# A rule.
|
1505
1201
|
# @return [Types::Rule]
|
@@ -1516,13 +1212,6 @@ module Aws::FraudDetector
|
|
1516
1212
|
#
|
1517
1213
|
class DeleteRuleResult < Aws::EmptyStructure; end
|
1518
1214
|
|
1519
|
-
# @note When making an API call, you may pass DeleteVariableRequest
|
1520
|
-
# data as a hash:
|
1521
|
-
#
|
1522
|
-
# {
|
1523
|
-
# name: "string", # required
|
1524
|
-
# }
|
1525
|
-
#
|
1526
1215
|
# @!attribute [rw] name
|
1527
1216
|
# The name of the variable to delete.
|
1528
1217
|
# @return [String]
|
@@ -1539,15 +1228,6 @@ module Aws::FraudDetector
|
|
1539
1228
|
#
|
1540
1229
|
class DeleteVariableResult < Aws::EmptyStructure; end
|
1541
1230
|
|
1542
|
-
# @note When making an API call, you may pass DescribeDetectorRequest
|
1543
|
-
# data as a hash:
|
1544
|
-
#
|
1545
|
-
# {
|
1546
|
-
# detector_id: "identifier", # required
|
1547
|
-
# next_token: "string",
|
1548
|
-
# max_results: 1,
|
1549
|
-
# }
|
1550
|
-
#
|
1551
1231
|
# @!attribute [rw] detector_id
|
1552
1232
|
# The detector ID.
|
1553
1233
|
# @return [String]
|
@@ -1597,17 +1277,6 @@ module Aws::FraudDetector
|
|
1597
1277
|
include Aws::Structure
|
1598
1278
|
end
|
1599
1279
|
|
1600
|
-
# @note When making an API call, you may pass DescribeModelVersionsRequest
|
1601
|
-
# data as a hash:
|
1602
|
-
#
|
1603
|
-
# {
|
1604
|
-
# model_id: "modelIdentifier",
|
1605
|
-
# model_version_number: "floatVersionString",
|
1606
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
1607
|
-
# next_token: "string",
|
1608
|
-
# max_results: 1,
|
1609
|
-
# }
|
1610
|
-
#
|
1611
1280
|
# @!attribute [rw] model_id
|
1612
1281
|
# The model ID.
|
1613
1282
|
# @return [String]
|
@@ -1727,14 +1396,6 @@ module Aws::FraudDetector
|
|
1727
1396
|
|
1728
1397
|
# The entity details.
|
1729
1398
|
#
|
1730
|
-
# @note When making an API call, you may pass Entity
|
1731
|
-
# data as a hash:
|
1732
|
-
#
|
1733
|
-
# {
|
1734
|
-
# entity_type: "string", # required
|
1735
|
-
# entity_id: "entityRestrictedString", # required
|
1736
|
-
# }
|
1737
|
-
#
|
1738
1399
|
# @!attribute [rw] entity_type
|
1739
1400
|
# The entity type.
|
1740
1401
|
# @return [String]
|
@@ -2070,14 +1731,6 @@ module Aws::FraudDetector
|
|
2070
1731
|
|
2071
1732
|
# Details for the external events data used for model version training.
|
2072
1733
|
#
|
2073
|
-
# @note When making an API call, you may pass ExternalEventsDetail
|
2074
|
-
# data as a hash:
|
2075
|
-
#
|
2076
|
-
# {
|
2077
|
-
# data_location: "s3BucketLocation", # required
|
2078
|
-
# data_access_role_arn: "iamRoleArn", # required
|
2079
|
-
# }
|
2080
|
-
#
|
2081
1734
|
# @!attribute [rw] data_location
|
2082
1735
|
# The Amazon S3 bucket location for the data.
|
2083
1736
|
# @return [String]
|
@@ -2248,13 +1901,6 @@ module Aws::FraudDetector
|
|
2248
1901
|
|
2249
1902
|
# A conditional statement for filtering a list of past predictions.
|
2250
1903
|
#
|
2251
|
-
# @note When making an API call, you may pass FilterCondition
|
2252
|
-
# data as a hash:
|
2253
|
-
#
|
2254
|
-
# {
|
2255
|
-
# value: "filterString",
|
2256
|
-
# }
|
2257
|
-
#
|
2258
1904
|
# @!attribute [rw] value
|
2259
1905
|
# A statement containing a resource property and a value to specify
|
2260
1906
|
# filter condition.
|
@@ -2268,15 +1914,6 @@ module Aws::FraudDetector
|
|
2268
1914
|
include Aws::Structure
|
2269
1915
|
end
|
2270
1916
|
|
2271
|
-
# @note When making an API call, you may pass GetBatchImportJobsRequest
|
2272
|
-
# data as a hash:
|
2273
|
-
#
|
2274
|
-
# {
|
2275
|
-
# job_id: "identifier",
|
2276
|
-
# max_results: 1,
|
2277
|
-
# next_token: "string",
|
2278
|
-
# }
|
2279
|
-
#
|
2280
1917
|
# @!attribute [rw] job_id
|
2281
1918
|
# The ID of the batch import job to get.
|
2282
1919
|
# @return [String]
|
@@ -2316,15 +1953,6 @@ module Aws::FraudDetector
|
|
2316
1953
|
include Aws::Structure
|
2317
1954
|
end
|
2318
1955
|
|
2319
|
-
# @note When making an API call, you may pass GetBatchPredictionJobsRequest
|
2320
|
-
# data as a hash:
|
2321
|
-
#
|
2322
|
-
# {
|
2323
|
-
# job_id: "identifier",
|
2324
|
-
# max_results: 1,
|
2325
|
-
# next_token: "string",
|
2326
|
-
# }
|
2327
|
-
#
|
2328
1956
|
# @!attribute [rw] job_id
|
2329
1957
|
# The batch prediction job for which to get the details.
|
2330
1958
|
# @return [String]
|
@@ -2364,13 +1992,6 @@ module Aws::FraudDetector
|
|
2364
1992
|
include Aws::Structure
|
2365
1993
|
end
|
2366
1994
|
|
2367
|
-
# @note When making an API call, you may pass GetDeleteEventsByEventTypeStatusRequest
|
2368
|
-
# data as a hash:
|
2369
|
-
#
|
2370
|
-
# {
|
2371
|
-
# event_type_name: "identifier", # required
|
2372
|
-
# }
|
2373
|
-
#
|
2374
1995
|
# @!attribute [rw] event_type_name
|
2375
1996
|
# Name of event type for which to get the deletion status.
|
2376
1997
|
# @return [String]
|
@@ -2400,14 +2021,6 @@ module Aws::FraudDetector
|
|
2400
2021
|
include Aws::Structure
|
2401
2022
|
end
|
2402
2023
|
|
2403
|
-
# @note When making an API call, you may pass GetDetectorVersionRequest
|
2404
|
-
# data as a hash:
|
2405
|
-
#
|
2406
|
-
# {
|
2407
|
-
# detector_id: "identifier", # required
|
2408
|
-
# detector_version_id: "wholeNumberVersionString", # required
|
2409
|
-
# }
|
2410
|
-
#
|
2411
2024
|
# @!attribute [rw] detector_id
|
2412
2025
|
# The detector ID.
|
2413
2026
|
# @return [String]
|
@@ -2498,15 +2111,6 @@ module Aws::FraudDetector
|
|
2498
2111
|
include Aws::Structure
|
2499
2112
|
end
|
2500
2113
|
|
2501
|
-
# @note When making an API call, you may pass GetDetectorsRequest
|
2502
|
-
# data as a hash:
|
2503
|
-
#
|
2504
|
-
# {
|
2505
|
-
# detector_id: "identifier",
|
2506
|
-
# next_token: "string",
|
2507
|
-
# max_results: 1,
|
2508
|
-
# }
|
2509
|
-
#
|
2510
2114
|
# @!attribute [rw] detector_id
|
2511
2115
|
# The detector ID.
|
2512
2116
|
# @return [String]
|
@@ -2546,15 +2150,6 @@ module Aws::FraudDetector
|
|
2546
2150
|
include Aws::Structure
|
2547
2151
|
end
|
2548
2152
|
|
2549
|
-
# @note When making an API call, you may pass GetEntityTypesRequest
|
2550
|
-
# data as a hash:
|
2551
|
-
#
|
2552
|
-
# {
|
2553
|
-
# name: "identifier",
|
2554
|
-
# next_token: "string",
|
2555
|
-
# max_results: 1,
|
2556
|
-
# }
|
2557
|
-
#
|
2558
2153
|
# @!attribute [rw] name
|
2559
2154
|
# The name.
|
2560
2155
|
# @return [String]
|
@@ -2594,17 +2189,6 @@ module Aws::FraudDetector
|
|
2594
2189
|
include Aws::Structure
|
2595
2190
|
end
|
2596
2191
|
|
2597
|
-
# @note When making an API call, you may pass GetEventPredictionMetadataRequest
|
2598
|
-
# data as a hash:
|
2599
|
-
#
|
2600
|
-
# {
|
2601
|
-
# event_id: "identifier", # required
|
2602
|
-
# event_type_name: "identifier", # required
|
2603
|
-
# detector_id: "identifier", # required
|
2604
|
-
# detector_version_id: "wholeNumberVersionString", # required
|
2605
|
-
# prediction_timestamp: "time", # required
|
2606
|
-
# }
|
2607
|
-
#
|
2608
2192
|
# @!attribute [rw] event_id
|
2609
2193
|
# The event ID.
|
2610
2194
|
# @return [String]
|
@@ -2733,32 +2317,6 @@ module Aws::FraudDetector
|
|
2733
2317
|
include Aws::Structure
|
2734
2318
|
end
|
2735
2319
|
|
2736
|
-
# @note When making an API call, you may pass GetEventPredictionRequest
|
2737
|
-
# data as a hash:
|
2738
|
-
#
|
2739
|
-
# {
|
2740
|
-
# detector_id: "string", # required
|
2741
|
-
# detector_version_id: "wholeNumberVersionString",
|
2742
|
-
# event_id: "string", # required
|
2743
|
-
# event_type_name: "string", # required
|
2744
|
-
# entities: [ # required
|
2745
|
-
# {
|
2746
|
-
# entity_type: "string", # required
|
2747
|
-
# entity_id: "entityRestrictedString", # required
|
2748
|
-
# },
|
2749
|
-
# ],
|
2750
|
-
# event_timestamp: "utcTimestampISO8601", # required
|
2751
|
-
# event_variables: { # required
|
2752
|
-
# "variableName" => "variableValue",
|
2753
|
-
# },
|
2754
|
-
# external_model_endpoint_data_blobs: {
|
2755
|
-
# "sageMakerEndpointIdentifier" => {
|
2756
|
-
# byte_buffer: "data",
|
2757
|
-
# content_type: "contentType",
|
2758
|
-
# },
|
2759
|
-
# },
|
2760
|
-
# }
|
2761
|
-
#
|
2762
2320
|
# @!attribute [rw] detector_id
|
2763
2321
|
# The detector ID.
|
2764
2322
|
# @return [String]
|
@@ -2860,14 +2418,6 @@ module Aws::FraudDetector
|
|
2860
2418
|
include Aws::Structure
|
2861
2419
|
end
|
2862
2420
|
|
2863
|
-
# @note When making an API call, you may pass GetEventRequest
|
2864
|
-
# data as a hash:
|
2865
|
-
#
|
2866
|
-
# {
|
2867
|
-
# event_id: "string", # required
|
2868
|
-
# event_type_name: "string", # required
|
2869
|
-
# }
|
2870
|
-
#
|
2871
2421
|
# @!attribute [rw] event_id
|
2872
2422
|
# The ID of the event to retrieve.
|
2873
2423
|
# @return [String]
|
@@ -2897,15 +2447,6 @@ module Aws::FraudDetector
|
|
2897
2447
|
include Aws::Structure
|
2898
2448
|
end
|
2899
2449
|
|
2900
|
-
# @note When making an API call, you may pass GetEventTypesRequest
|
2901
|
-
# data as a hash:
|
2902
|
-
#
|
2903
|
-
# {
|
2904
|
-
# name: "identifier",
|
2905
|
-
# next_token: "string",
|
2906
|
-
# max_results: 1,
|
2907
|
-
# }
|
2908
|
-
#
|
2909
2450
|
# @!attribute [rw] name
|
2910
2451
|
# The name.
|
2911
2452
|
# @return [String]
|
@@ -2945,15 +2486,6 @@ module Aws::FraudDetector
|
|
2945
2486
|
include Aws::Structure
|
2946
2487
|
end
|
2947
2488
|
|
2948
|
-
# @note When making an API call, you may pass GetExternalModelsRequest
|
2949
|
-
# data as a hash:
|
2950
|
-
#
|
2951
|
-
# {
|
2952
|
-
# model_endpoint: "string",
|
2953
|
-
# next_token: "string",
|
2954
|
-
# max_results: 1,
|
2955
|
-
# }
|
2956
|
-
#
|
2957
2489
|
# @!attribute [rw] model_endpoint
|
2958
2490
|
# The Amazon SageMaker model endpoint.
|
2959
2491
|
# @return [String]
|
@@ -3005,15 +2537,6 @@ module Aws::FraudDetector
|
|
3005
2537
|
include Aws::Structure
|
3006
2538
|
end
|
3007
2539
|
|
3008
|
-
# @note When making an API call, you may pass GetLabelsRequest
|
3009
|
-
# data as a hash:
|
3010
|
-
#
|
3011
|
-
# {
|
3012
|
-
# name: "identifier",
|
3013
|
-
# next_token: "string",
|
3014
|
-
# max_results: 1,
|
3015
|
-
# }
|
3016
|
-
#
|
3017
2540
|
# @!attribute [rw] name
|
3018
2541
|
# The name of the label or labels to get.
|
3019
2542
|
# @return [String]
|
@@ -3053,15 +2576,6 @@ module Aws::FraudDetector
|
|
3053
2576
|
include Aws::Structure
|
3054
2577
|
end
|
3055
2578
|
|
3056
|
-
# @note When making an API call, you may pass GetModelVersionRequest
|
3057
|
-
# data as a hash:
|
3058
|
-
#
|
3059
|
-
# {
|
3060
|
-
# model_id: "modelIdentifier", # required
|
3061
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
3062
|
-
# model_version_number: "floatVersionString", # required
|
3063
|
-
# }
|
3064
|
-
#
|
3065
2579
|
# @!attribute [rw] model_id
|
3066
2580
|
# The model ID.
|
3067
2581
|
# @return [String]
|
@@ -3160,16 +2674,6 @@ module Aws::FraudDetector
|
|
3160
2674
|
include Aws::Structure
|
3161
2675
|
end
|
3162
2676
|
|
3163
|
-
# @note When making an API call, you may pass GetModelsRequest
|
3164
|
-
# data as a hash:
|
3165
|
-
#
|
3166
|
-
# {
|
3167
|
-
# model_id: "modelIdentifier",
|
3168
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
3169
|
-
# next_token: "string",
|
3170
|
-
# max_results: 1,
|
3171
|
-
# }
|
3172
|
-
#
|
3173
2677
|
# @!attribute [rw] model_id
|
3174
2678
|
# The model ID.
|
3175
2679
|
# @return [String]
|
@@ -3214,15 +2718,6 @@ module Aws::FraudDetector
|
|
3214
2718
|
include Aws::Structure
|
3215
2719
|
end
|
3216
2720
|
|
3217
|
-
# @note When making an API call, you may pass GetOutcomesRequest
|
3218
|
-
# data as a hash:
|
3219
|
-
#
|
3220
|
-
# {
|
3221
|
-
# name: "identifier",
|
3222
|
-
# next_token: "string",
|
3223
|
-
# max_results: 1,
|
3224
|
-
# }
|
3225
|
-
#
|
3226
2721
|
# @!attribute [rw] name
|
3227
2722
|
# The name of the outcome or outcomes to get.
|
3228
2723
|
# @return [String]
|
@@ -3262,17 +2757,6 @@ module Aws::FraudDetector
|
|
3262
2757
|
include Aws::Structure
|
3263
2758
|
end
|
3264
2759
|
|
3265
|
-
# @note When making an API call, you may pass GetRulesRequest
|
3266
|
-
# data as a hash:
|
3267
|
-
#
|
3268
|
-
# {
|
3269
|
-
# rule_id: "identifier",
|
3270
|
-
# detector_id: "identifier", # required
|
3271
|
-
# rule_version: "wholeNumberVersionString",
|
3272
|
-
# next_token: "string",
|
3273
|
-
# max_results: 1,
|
3274
|
-
# }
|
3275
|
-
#
|
3276
2760
|
# @!attribute [rw] rule_id
|
3277
2761
|
# The rule ID.
|
3278
2762
|
# @return [String]
|
@@ -3322,15 +2806,6 @@ module Aws::FraudDetector
|
|
3322
2806
|
include Aws::Structure
|
3323
2807
|
end
|
3324
2808
|
|
3325
|
-
# @note When making an API call, you may pass GetVariablesRequest
|
3326
|
-
# data as a hash:
|
3327
|
-
#
|
3328
|
-
# {
|
3329
|
-
# name: "string",
|
3330
|
-
# next_token: "string",
|
3331
|
-
# max_results: 1,
|
3332
|
-
# }
|
3333
|
-
#
|
3334
2809
|
# @!attribute [rw] name
|
3335
2810
|
# The name of the variable.
|
3336
2811
|
# @return [String]
|
@@ -3406,16 +2881,6 @@ module Aws::FraudDetector
|
|
3406
2881
|
|
3407
2882
|
# The details of the ingested event.
|
3408
2883
|
#
|
3409
|
-
# @note When making an API call, you may pass IngestedEventsDetail
|
3410
|
-
# data as a hash:
|
3411
|
-
#
|
3412
|
-
# {
|
3413
|
-
# ingested_events_time_window: { # required
|
3414
|
-
# start_time: "time", # required
|
3415
|
-
# end_time: "time", # required
|
3416
|
-
# },
|
3417
|
-
# }
|
3418
|
-
#
|
3419
2884
|
# @!attribute [rw] ingested_events_time_window
|
3420
2885
|
# The start and stop time of the ingested events.
|
3421
2886
|
# @return [Types::IngestedEventsTimeWindow]
|
@@ -3430,14 +2895,6 @@ module Aws::FraudDetector
|
|
3430
2895
|
|
3431
2896
|
# The start and stop time of the ingested events.
|
3432
2897
|
#
|
3433
|
-
# @note When making an API call, you may pass IngestedEventsTimeWindow
|
3434
|
-
# data as a hash:
|
3435
|
-
#
|
3436
|
-
# {
|
3437
|
-
# start_time: "time", # required
|
3438
|
-
# end_time: "time", # required
|
3439
|
-
# }
|
3440
|
-
#
|
3441
2898
|
# @!attribute [rw] start_time
|
3442
2899
|
# Timestamp of the first ingensted event.
|
3443
2900
|
# @return [String]
|
@@ -3518,16 +2975,6 @@ module Aws::FraudDetector
|
|
3518
2975
|
|
3519
2976
|
# The label schema.
|
3520
2977
|
#
|
3521
|
-
# @note When making an API call, you may pass LabelSchema
|
3522
|
-
# data as a hash:
|
3523
|
-
#
|
3524
|
-
# {
|
3525
|
-
# label_mapper: {
|
3526
|
-
# "string" => ["string"],
|
3527
|
-
# },
|
3528
|
-
# unlabeled_events_treatment: "IGNORE", # accepts IGNORE, FRAUD, LEGIT
|
3529
|
-
# }
|
3530
|
-
#
|
3531
2978
|
# @!attribute [rw] label_mapper
|
3532
2979
|
# The label mapper maps the Amazon Fraud Detector supported model
|
3533
2980
|
# classification labels (`FRAUD`, `LEGIT`) to the appropriate event
|
@@ -3553,30 +3000,6 @@ module Aws::FraudDetector
|
|
3553
3000
|
include Aws::Structure
|
3554
3001
|
end
|
3555
3002
|
|
3556
|
-
# @note When making an API call, you may pass ListEventPredictionsRequest
|
3557
|
-
# data as a hash:
|
3558
|
-
#
|
3559
|
-
# {
|
3560
|
-
# event_id: {
|
3561
|
-
# value: "filterString",
|
3562
|
-
# },
|
3563
|
-
# event_type: {
|
3564
|
-
# value: "filterString",
|
3565
|
-
# },
|
3566
|
-
# detector_id: {
|
3567
|
-
# value: "filterString",
|
3568
|
-
# },
|
3569
|
-
# detector_version_id: {
|
3570
|
-
# value: "filterString",
|
3571
|
-
# },
|
3572
|
-
# prediction_time_range: {
|
3573
|
-
# start_time: "time", # required
|
3574
|
-
# end_time: "time", # required
|
3575
|
-
# },
|
3576
|
-
# next_token: "string",
|
3577
|
-
# max_results: 1,
|
3578
|
-
# }
|
3579
|
-
#
|
3580
3003
|
# @!attribute [rw] event_id
|
3581
3004
|
# The event ID.
|
3582
3005
|
# @return [Types::FilterCondition]
|
@@ -3640,15 +3063,6 @@ module Aws::FraudDetector
|
|
3640
3063
|
include Aws::Structure
|
3641
3064
|
end
|
3642
3065
|
|
3643
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
3644
|
-
# data as a hash:
|
3645
|
-
#
|
3646
|
-
# {
|
3647
|
-
# resource_arn: "fraudDetectorArn", # required
|
3648
|
-
# next_token: "string",
|
3649
|
-
# max_results: 1,
|
3650
|
-
# }
|
3651
|
-
#
|
3652
3066
|
# @!attribute [rw] resource_arn
|
3653
3067
|
# The ARN that specifies the resource whose tags you want to list.
|
3654
3068
|
# @return [String]
|
@@ -3799,14 +3213,6 @@ module Aws::FraudDetector
|
|
3799
3213
|
# detector version includes an imported Amazon SageMaker model endpoint
|
3800
3214
|
# with pass-through input configuration.
|
3801
3215
|
#
|
3802
|
-
# @note When making an API call, you may pass ModelEndpointDataBlob
|
3803
|
-
# data as a hash:
|
3804
|
-
#
|
3805
|
-
# {
|
3806
|
-
# byte_buffer: "data",
|
3807
|
-
# content_type: "contentType",
|
3808
|
-
# }
|
3809
|
-
#
|
3810
3216
|
# @!attribute [rw] byte_buffer
|
3811
3217
|
# The byte buffer of the Amazon SageMaker model endpoint input data
|
3812
3218
|
# blob.
|
@@ -3828,17 +3234,6 @@ module Aws::FraudDetector
|
|
3828
3234
|
|
3829
3235
|
# The Amazon SageMaker model input configuration.
|
3830
3236
|
#
|
3831
|
-
# @note When making an API call, you may pass ModelInputConfiguration
|
3832
|
-
# data as a hash:
|
3833
|
-
#
|
3834
|
-
# {
|
3835
|
-
# event_type_name: "identifier",
|
3836
|
-
# format: "TEXT_CSV", # accepts TEXT_CSV, APPLICATION_JSON
|
3837
|
-
# use_event_variables: false, # required
|
3838
|
-
# json_input_template: "modelInputTemplate",
|
3839
|
-
# csv_input_template: "modelInputTemplate",
|
3840
|
-
# }
|
3841
|
-
#
|
3842
3237
|
# @!attribute [rw] event_type_name
|
3843
3238
|
# The event type name.
|
3844
3239
|
# @return [String]
|
@@ -3881,19 +3276,6 @@ module Aws::FraudDetector
|
|
3881
3276
|
|
3882
3277
|
# Provides the Amazon Sagemaker model output configuration.
|
3883
3278
|
#
|
3884
|
-
# @note When making an API call, you may pass ModelOutputConfiguration
|
3885
|
-
# data as a hash:
|
3886
|
-
#
|
3887
|
-
# {
|
3888
|
-
# format: "TEXT_CSV", # required, accepts TEXT_CSV, APPLICATION_JSONLINES
|
3889
|
-
# json_key_to_variable_map: {
|
3890
|
-
# "string" => "string",
|
3891
|
-
# },
|
3892
|
-
# csv_index_to_variable_map: {
|
3893
|
-
# "string" => "string",
|
3894
|
-
# },
|
3895
|
-
# }
|
3896
|
-
#
|
3897
3279
|
# @!attribute [rw] format
|
3898
3280
|
# The format of the model output configuration.
|
3899
3281
|
# @return [String]
|
@@ -3939,16 +3321,6 @@ module Aws::FraudDetector
|
|
3939
3321
|
|
3940
3322
|
# The model version.
|
3941
3323
|
#
|
3942
|
-
# @note When making an API call, you may pass ModelVersion
|
3943
|
-
# data as a hash:
|
3944
|
-
#
|
3945
|
-
# {
|
3946
|
-
# model_id: "modelIdentifier", # required
|
3947
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
3948
|
-
# model_version_number: "floatVersionString", # required
|
3949
|
-
# arn: "fraudDetectorArn",
|
3950
|
-
# }
|
3951
|
-
#
|
3952
3324
|
# @!attribute [rw] model_id
|
3953
3325
|
# The model ID.
|
3954
3326
|
# @return [String]
|
@@ -4212,14 +3584,6 @@ module Aws::FraudDetector
|
|
4212
3584
|
|
4213
3585
|
# The time period for when the predictions were generated.
|
4214
3586
|
#
|
4215
|
-
# @note When making an API call, you may pass PredictionTimeRange
|
4216
|
-
# data as a hash:
|
4217
|
-
#
|
4218
|
-
# {
|
4219
|
-
# start_time: "time", # required
|
4220
|
-
# end_time: "time", # required
|
4221
|
-
# }
|
4222
|
-
#
|
4223
3587
|
# @!attribute [rw] start_time
|
4224
3588
|
# The start time of the time period for when the predictions were
|
4225
3589
|
# generated.
|
@@ -4239,21 +3603,6 @@ module Aws::FraudDetector
|
|
4239
3603
|
include Aws::Structure
|
4240
3604
|
end
|
4241
3605
|
|
4242
|
-
# @note When making an API call, you may pass PutDetectorRequest
|
4243
|
-
# data as a hash:
|
4244
|
-
#
|
4245
|
-
# {
|
4246
|
-
# detector_id: "identifier", # required
|
4247
|
-
# description: "description",
|
4248
|
-
# event_type_name: "identifier", # required
|
4249
|
-
# tags: [
|
4250
|
-
# {
|
4251
|
-
# key: "tagKey", # required
|
4252
|
-
# value: "tagValue", # required
|
4253
|
-
# },
|
4254
|
-
# ],
|
4255
|
-
# }
|
4256
|
-
#
|
4257
3606
|
# @!attribute [rw] detector_id
|
4258
3607
|
# The detector ID.
|
4259
3608
|
# @return [String]
|
@@ -4285,20 +3634,6 @@ module Aws::FraudDetector
|
|
4285
3634
|
#
|
4286
3635
|
class PutDetectorResult < Aws::EmptyStructure; end
|
4287
3636
|
|
4288
|
-
# @note When making an API call, you may pass PutEntityTypeRequest
|
4289
|
-
# data as a hash:
|
4290
|
-
#
|
4291
|
-
# {
|
4292
|
-
# name: "identifier", # required
|
4293
|
-
# description: "description",
|
4294
|
-
# tags: [
|
4295
|
-
# {
|
4296
|
-
# key: "tagKey", # required
|
4297
|
-
# value: "tagValue", # required
|
4298
|
-
# },
|
4299
|
-
# ],
|
4300
|
-
# }
|
4301
|
-
#
|
4302
3637
|
# @!attribute [rw] name
|
4303
3638
|
# The name of the entity type.
|
4304
3639
|
# @return [String]
|
@@ -4325,24 +3660,6 @@ module Aws::FraudDetector
|
|
4325
3660
|
#
|
4326
3661
|
class PutEntityTypeResult < Aws::EmptyStructure; end
|
4327
3662
|
|
4328
|
-
# @note When making an API call, you may pass PutEventTypeRequest
|
4329
|
-
# data as a hash:
|
4330
|
-
#
|
4331
|
-
# {
|
4332
|
-
# name: "identifier", # required
|
4333
|
-
# description: "description",
|
4334
|
-
# event_variables: ["string"], # required
|
4335
|
-
# labels: ["string"],
|
4336
|
-
# entity_types: ["string"], # required
|
4337
|
-
# event_ingestion: "ENABLED", # accepts ENABLED, DISABLED
|
4338
|
-
# tags: [
|
4339
|
-
# {
|
4340
|
-
# key: "tagKey", # required
|
4341
|
-
# value: "tagValue", # required
|
4342
|
-
# },
|
4343
|
-
# ],
|
4344
|
-
# }
|
4345
|
-
#
|
4346
3663
|
# @!attribute [rw] name
|
4347
3664
|
# The name.
|
4348
3665
|
# @return [String]
|
@@ -4390,38 +3707,6 @@ module Aws::FraudDetector
|
|
4390
3707
|
#
|
4391
3708
|
class PutEventTypeResult < Aws::EmptyStructure; end
|
4392
3709
|
|
4393
|
-
# @note When making an API call, you may pass PutExternalModelRequest
|
4394
|
-
# data as a hash:
|
4395
|
-
#
|
4396
|
-
# {
|
4397
|
-
# model_endpoint: "sageMakerEndpointIdentifier", # required
|
4398
|
-
# model_source: "SAGEMAKER", # required, accepts SAGEMAKER
|
4399
|
-
# invoke_model_endpoint_role_arn: "string", # required
|
4400
|
-
# input_configuration: { # required
|
4401
|
-
# event_type_name: "identifier",
|
4402
|
-
# format: "TEXT_CSV", # accepts TEXT_CSV, APPLICATION_JSON
|
4403
|
-
# use_event_variables: false, # required
|
4404
|
-
# json_input_template: "modelInputTemplate",
|
4405
|
-
# csv_input_template: "modelInputTemplate",
|
4406
|
-
# },
|
4407
|
-
# output_configuration: { # required
|
4408
|
-
# format: "TEXT_CSV", # required, accepts TEXT_CSV, APPLICATION_JSONLINES
|
4409
|
-
# json_key_to_variable_map: {
|
4410
|
-
# "string" => "string",
|
4411
|
-
# },
|
4412
|
-
# csv_index_to_variable_map: {
|
4413
|
-
# "string" => "string",
|
4414
|
-
# },
|
4415
|
-
# },
|
4416
|
-
# model_endpoint_status: "ASSOCIATED", # required, accepts ASSOCIATED, DISSOCIATED
|
4417
|
-
# tags: [
|
4418
|
-
# {
|
4419
|
-
# key: "tagKey", # required
|
4420
|
-
# value: "tagValue", # required
|
4421
|
-
# },
|
4422
|
-
# ],
|
4423
|
-
# }
|
4424
|
-
#
|
4425
3710
|
# @!attribute [rw] model_endpoint
|
4426
3711
|
# The model endpoints name.
|
4427
3712
|
# @return [String]
|
@@ -4468,13 +3753,6 @@ module Aws::FraudDetector
|
|
4468
3753
|
#
|
4469
3754
|
class PutExternalModelResult < Aws::EmptyStructure; end
|
4470
3755
|
|
4471
|
-
# @note When making an API call, you may pass PutKMSEncryptionKeyRequest
|
4472
|
-
# data as a hash:
|
4473
|
-
#
|
4474
|
-
# {
|
4475
|
-
# kms_encryption_key_arn: "KmsEncryptionKeyArn", # required
|
4476
|
-
# }
|
4477
|
-
#
|
4478
3756
|
# @!attribute [rw] kms_encryption_key_arn
|
4479
3757
|
# The KMS encryption key ARN.
|
4480
3758
|
#
|
@@ -4494,20 +3772,6 @@ module Aws::FraudDetector
|
|
4494
3772
|
#
|
4495
3773
|
class PutKMSEncryptionKeyResult < Aws::EmptyStructure; end
|
4496
3774
|
|
4497
|
-
# @note When making an API call, you may pass PutLabelRequest
|
4498
|
-
# data as a hash:
|
4499
|
-
#
|
4500
|
-
# {
|
4501
|
-
# name: "identifier", # required
|
4502
|
-
# description: "description",
|
4503
|
-
# tags: [
|
4504
|
-
# {
|
4505
|
-
# key: "tagKey", # required
|
4506
|
-
# value: "tagValue", # required
|
4507
|
-
# },
|
4508
|
-
# ],
|
4509
|
-
# }
|
4510
|
-
#
|
4511
3775
|
# @!attribute [rw] name
|
4512
3776
|
# The label name.
|
4513
3777
|
# @return [String]
|
@@ -4533,20 +3797,6 @@ module Aws::FraudDetector
|
|
4533
3797
|
#
|
4534
3798
|
class PutLabelResult < Aws::EmptyStructure; end
|
4535
3799
|
|
4536
|
-
# @note When making an API call, you may pass PutOutcomeRequest
|
4537
|
-
# data as a hash:
|
4538
|
-
#
|
4539
|
-
# {
|
4540
|
-
# name: "identifier", # required
|
4541
|
-
# description: "description",
|
4542
|
-
# tags: [
|
4543
|
-
# {
|
4544
|
-
# key: "tagKey", # required
|
4545
|
-
# value: "tagValue", # required
|
4546
|
-
# },
|
4547
|
-
# ],
|
4548
|
-
# }
|
4549
|
-
#
|
4550
3800
|
# @!attribute [rw] name
|
4551
3801
|
# The name of the outcome.
|
4552
3802
|
# @return [String]
|
@@ -4602,15 +3852,6 @@ module Aws::FraudDetector
|
|
4602
3852
|
|
4603
3853
|
# A rule.
|
4604
3854
|
#
|
4605
|
-
# @note When making an API call, you may pass Rule
|
4606
|
-
# data as a hash:
|
4607
|
-
#
|
4608
|
-
# {
|
4609
|
-
# detector_id: "identifier", # required
|
4610
|
-
# rule_id: "identifier", # required
|
4611
|
-
# rule_version: "wholeNumberVersionString", # required
|
4612
|
-
# }
|
4613
|
-
#
|
4614
3855
|
# @!attribute [rw] detector_id
|
4615
3856
|
# The detector for which the rule is associated.
|
4616
3857
|
# @return [String]
|
@@ -4711,26 +3952,6 @@ module Aws::FraudDetector
|
|
4711
3952
|
include Aws::Structure
|
4712
3953
|
end
|
4713
3954
|
|
4714
|
-
# @note When making an API call, you may pass SendEventRequest
|
4715
|
-
# data as a hash:
|
4716
|
-
#
|
4717
|
-
# {
|
4718
|
-
# event_id: "identifier", # required
|
4719
|
-
# event_type_name: "identifier", # required
|
4720
|
-
# event_timestamp: "utcTimestampISO8601", # required
|
4721
|
-
# event_variables: { # required
|
4722
|
-
# "variableName" => "variableValue",
|
4723
|
-
# },
|
4724
|
-
# assigned_label: "identifier",
|
4725
|
-
# label_timestamp: "utcTimestampISO8601",
|
4726
|
-
# entities: [ # required
|
4727
|
-
# {
|
4728
|
-
# entity_type: "string", # required
|
4729
|
-
# entity_id: "entityRestrictedString", # required
|
4730
|
-
# },
|
4731
|
-
# ],
|
4732
|
-
# }
|
4733
|
-
#
|
4734
3955
|
# @!attribute [rw] event_id
|
4735
3956
|
# The event ID to upload.
|
4736
3957
|
# @return [String]
|
@@ -4854,14 +4075,6 @@ module Aws::FraudDetector
|
|
4854
4075
|
|
4855
4076
|
# A key and value pair.
|
4856
4077
|
#
|
4857
|
-
# @note When making an API call, you may pass Tag
|
4858
|
-
# data as a hash:
|
4859
|
-
#
|
4860
|
-
# {
|
4861
|
-
# key: "tagKey", # required
|
4862
|
-
# value: "tagValue", # required
|
4863
|
-
# }
|
4864
|
-
#
|
4865
4078
|
# @!attribute [rw] key
|
4866
4079
|
# A tag key.
|
4867
4080
|
# @return [String]
|
@@ -4879,19 +4092,6 @@ module Aws::FraudDetector
|
|
4879
4092
|
include Aws::Structure
|
4880
4093
|
end
|
4881
4094
|
|
4882
|
-
# @note When making an API call, you may pass TagResourceRequest
|
4883
|
-
# data as a hash:
|
4884
|
-
#
|
4885
|
-
# {
|
4886
|
-
# resource_arn: "fraudDetectorArn", # required
|
4887
|
-
# tags: [ # required
|
4888
|
-
# {
|
4889
|
-
# key: "tagKey", # required
|
4890
|
-
# value: "tagValue", # required
|
4891
|
-
# },
|
4892
|
-
# ],
|
4893
|
-
# }
|
4894
|
-
#
|
4895
4095
|
# @!attribute [rw] resource_arn
|
4896
4096
|
# The resource ARN.
|
4897
4097
|
# @return [String]
|
@@ -4928,19 +4128,6 @@ module Aws::FraudDetector
|
|
4928
4128
|
|
4929
4129
|
# The training data schema.
|
4930
4130
|
#
|
4931
|
-
# @note When making an API call, you may pass TrainingDataSchema
|
4932
|
-
# data as a hash:
|
4933
|
-
#
|
4934
|
-
# {
|
4935
|
-
# model_variables: ["string"], # required
|
4936
|
-
# label_schema: {
|
4937
|
-
# label_mapper: {
|
4938
|
-
# "string" => ["string"],
|
4939
|
-
# },
|
4940
|
-
# unlabeled_events_treatment: "IGNORE", # accepts IGNORE, FRAUD, LEGIT
|
4941
|
-
# },
|
4942
|
-
# }
|
4943
|
-
#
|
4944
4131
|
# @!attribute [rw] model_variables
|
4945
4132
|
# The training data schema variables.
|
4946
4133
|
# @return [Array<String>]
|
@@ -5064,14 +4251,6 @@ module Aws::FraudDetector
|
|
5064
4251
|
include Aws::Structure
|
5065
4252
|
end
|
5066
4253
|
|
5067
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
5068
|
-
# data as a hash:
|
5069
|
-
#
|
5070
|
-
# {
|
5071
|
-
# resource_arn: "fraudDetectorArn", # required
|
5072
|
-
# tag_keys: ["tagKey"], # required
|
5073
|
-
# }
|
5074
|
-
#
|
5075
4254
|
# @!attribute [rw] resource_arn
|
5076
4255
|
# The ARN of the resource from which to remove the tag.
|
5077
4256
|
# @return [String]
|
@@ -5093,15 +4272,6 @@ module Aws::FraudDetector
|
|
5093
4272
|
#
|
5094
4273
|
class UntagResourceResult < Aws::EmptyStructure; end
|
5095
4274
|
|
5096
|
-
# @note When making an API call, you may pass UpdateDetectorVersionMetadataRequest
|
5097
|
-
# data as a hash:
|
5098
|
-
#
|
5099
|
-
# {
|
5100
|
-
# detector_id: "identifier", # required
|
5101
|
-
# detector_version_id: "wholeNumberVersionString", # required
|
5102
|
-
# description: "description", # required
|
5103
|
-
# }
|
5104
|
-
#
|
5105
4275
|
# @!attribute [rw] detector_id
|
5106
4276
|
# The detector ID.
|
5107
4277
|
# @return [String]
|
@@ -5128,32 +4298,6 @@ module Aws::FraudDetector
|
|
5128
4298
|
#
|
5129
4299
|
class UpdateDetectorVersionMetadataResult < Aws::EmptyStructure; end
|
5130
4300
|
|
5131
|
-
# @note When making an API call, you may pass UpdateDetectorVersionRequest
|
5132
|
-
# data as a hash:
|
5133
|
-
#
|
5134
|
-
# {
|
5135
|
-
# detector_id: "identifier", # required
|
5136
|
-
# detector_version_id: "wholeNumberVersionString", # required
|
5137
|
-
# external_model_endpoints: ["string"], # required
|
5138
|
-
# rules: [ # required
|
5139
|
-
# {
|
5140
|
-
# detector_id: "identifier", # required
|
5141
|
-
# rule_id: "identifier", # required
|
5142
|
-
# rule_version: "wholeNumberVersionString", # required
|
5143
|
-
# },
|
5144
|
-
# ],
|
5145
|
-
# description: "description",
|
5146
|
-
# model_versions: [
|
5147
|
-
# {
|
5148
|
-
# model_id: "modelIdentifier", # required
|
5149
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
5150
|
-
# model_version_number: "floatVersionString", # required
|
5151
|
-
# arn: "fraudDetectorArn",
|
5152
|
-
# },
|
5153
|
-
# ],
|
5154
|
-
# rule_execution_mode: "ALL_MATCHED", # accepts ALL_MATCHED, FIRST_MATCHED
|
5155
|
-
# }
|
5156
|
-
#
|
5157
4301
|
# @!attribute [rw] detector_id
|
5158
4302
|
# The parent detector ID for the detector version you want to update.
|
5159
4303
|
# @return [String]
|
@@ -5213,15 +4357,6 @@ module Aws::FraudDetector
|
|
5213
4357
|
#
|
5214
4358
|
class UpdateDetectorVersionResult < Aws::EmptyStructure; end
|
5215
4359
|
|
5216
|
-
# @note When making an API call, you may pass UpdateDetectorVersionStatusRequest
|
5217
|
-
# data as a hash:
|
5218
|
-
#
|
5219
|
-
# {
|
5220
|
-
# detector_id: "identifier", # required
|
5221
|
-
# detector_version_id: "wholeNumberVersionString", # required
|
5222
|
-
# status: "DRAFT", # required, accepts DRAFT, ACTIVE, INACTIVE
|
5223
|
-
# }
|
5224
|
-
#
|
5225
4360
|
# @!attribute [rw] detector_id
|
5226
4361
|
# The detector ID.
|
5227
4362
|
# @return [String]
|
@@ -5250,16 +4385,6 @@ module Aws::FraudDetector
|
|
5250
4385
|
#
|
5251
4386
|
class UpdateDetectorVersionStatusResult < Aws::EmptyStructure; end
|
5252
4387
|
|
5253
|
-
# @note When making an API call, you may pass UpdateEventLabelRequest
|
5254
|
-
# data as a hash:
|
5255
|
-
#
|
5256
|
-
# {
|
5257
|
-
# event_id: "identifier", # required
|
5258
|
-
# event_type_name: "identifier", # required
|
5259
|
-
# assigned_label: "identifier", # required
|
5260
|
-
# label_timestamp: "utcTimestampISO8601", # required
|
5261
|
-
# }
|
5262
|
-
#
|
5263
4388
|
# @!attribute [rw] event_id
|
5264
4389
|
# The ID of the event associated with the label to update.
|
5265
4390
|
# @return [String]
|
@@ -5292,15 +4417,6 @@ module Aws::FraudDetector
|
|
5292
4417
|
#
|
5293
4418
|
class UpdateEventLabelResult < Aws::EmptyStructure; end
|
5294
4419
|
|
5295
|
-
# @note When making an API call, you may pass UpdateModelRequest
|
5296
|
-
# data as a hash:
|
5297
|
-
#
|
5298
|
-
# {
|
5299
|
-
# model_id: "modelIdentifier", # required
|
5300
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
5301
|
-
# description: "description",
|
5302
|
-
# }
|
5303
|
-
#
|
5304
4420
|
# @!attribute [rw] model_id
|
5305
4421
|
# The model ID.
|
5306
4422
|
# @return [String]
|
@@ -5327,31 +4443,6 @@ module Aws::FraudDetector
|
|
5327
4443
|
#
|
5328
4444
|
class UpdateModelResult < Aws::EmptyStructure; end
|
5329
4445
|
|
5330
|
-
# @note When making an API call, you may pass UpdateModelVersionRequest
|
5331
|
-
# data as a hash:
|
5332
|
-
#
|
5333
|
-
# {
|
5334
|
-
# model_id: "modelIdentifier", # required
|
5335
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
5336
|
-
# major_version_number: "wholeNumberVersionString", # required
|
5337
|
-
# external_events_detail: {
|
5338
|
-
# data_location: "s3BucketLocation", # required
|
5339
|
-
# data_access_role_arn: "iamRoleArn", # required
|
5340
|
-
# },
|
5341
|
-
# ingested_events_detail: {
|
5342
|
-
# ingested_events_time_window: { # required
|
5343
|
-
# start_time: "time", # required
|
5344
|
-
# end_time: "time", # required
|
5345
|
-
# },
|
5346
|
-
# },
|
5347
|
-
# tags: [
|
5348
|
-
# {
|
5349
|
-
# key: "tagKey", # required
|
5350
|
-
# value: "tagValue", # required
|
5351
|
-
# },
|
5352
|
-
# ],
|
5353
|
-
# }
|
5354
|
-
#
|
5355
4446
|
# @!attribute [rw] model_id
|
5356
4447
|
# The model ID.
|
5357
4448
|
# @return [String]
|
@@ -5418,16 +4509,6 @@ module Aws::FraudDetector
|
|
5418
4509
|
include Aws::Structure
|
5419
4510
|
end
|
5420
4511
|
|
5421
|
-
# @note When making an API call, you may pass UpdateModelVersionStatusRequest
|
5422
|
-
# data as a hash:
|
5423
|
-
#
|
5424
|
-
# {
|
5425
|
-
# model_id: "modelIdentifier", # required
|
5426
|
-
# model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS, TRANSACTION_FRAUD_INSIGHTS, ACCOUNT_TAKEOVER_INSIGHTS
|
5427
|
-
# model_version_number: "floatVersionString", # required
|
5428
|
-
# status: "ACTIVE", # required, accepts ACTIVE, INACTIVE, TRAINING_CANCELLED
|
5429
|
-
# }
|
5430
|
-
#
|
5431
4512
|
# @!attribute [rw] model_id
|
5432
4513
|
# The model ID of the model version to update.
|
5433
4514
|
# @return [String]
|
@@ -5459,18 +4540,6 @@ module Aws::FraudDetector
|
|
5459
4540
|
#
|
5460
4541
|
class UpdateModelVersionStatusResult < Aws::EmptyStructure; end
|
5461
4542
|
|
5462
|
-
# @note When making an API call, you may pass UpdateRuleMetadataRequest
|
5463
|
-
# data as a hash:
|
5464
|
-
#
|
5465
|
-
# {
|
5466
|
-
# rule: { # required
|
5467
|
-
# detector_id: "identifier", # required
|
5468
|
-
# rule_id: "identifier", # required
|
5469
|
-
# rule_version: "wholeNumberVersionString", # required
|
5470
|
-
# },
|
5471
|
-
# description: "description", # required
|
5472
|
-
# }
|
5473
|
-
#
|
5474
4543
|
# @!attribute [rw] rule
|
5475
4544
|
# The rule to update.
|
5476
4545
|
# @return [Types::Rule]
|
@@ -5492,27 +4561,6 @@ module Aws::FraudDetector
|
|
5492
4561
|
#
|
5493
4562
|
class UpdateRuleMetadataResult < Aws::EmptyStructure; end
|
5494
4563
|
|
5495
|
-
# @note When making an API call, you may pass UpdateRuleVersionRequest
|
5496
|
-
# data as a hash:
|
5497
|
-
#
|
5498
|
-
# {
|
5499
|
-
# rule: { # required
|
5500
|
-
# detector_id: "identifier", # required
|
5501
|
-
# rule_id: "identifier", # required
|
5502
|
-
# rule_version: "wholeNumberVersionString", # required
|
5503
|
-
# },
|
5504
|
-
# description: "description",
|
5505
|
-
# expression: "ruleExpression", # required
|
5506
|
-
# language: "DETECTORPL", # required, accepts DETECTORPL
|
5507
|
-
# outcomes: ["string"], # required
|
5508
|
-
# tags: [
|
5509
|
-
# {
|
5510
|
-
# key: "tagKey", # required
|
5511
|
-
# value: "tagValue", # required
|
5512
|
-
# },
|
5513
|
-
# ],
|
5514
|
-
# }
|
5515
|
-
#
|
5516
4564
|
# @!attribute [rw] rule
|
5517
4565
|
# The rule to update.
|
5518
4566
|
# @return [Types::Rule]
|
@@ -5562,16 +4610,6 @@ module Aws::FraudDetector
|
|
5562
4610
|
include Aws::Structure
|
5563
4611
|
end
|
5564
4612
|
|
5565
|
-
# @note When making an API call, you may pass UpdateVariableRequest
|
5566
|
-
# data as a hash:
|
5567
|
-
#
|
5568
|
-
# {
|
5569
|
-
# name: "string", # required
|
5570
|
-
# default_value: "string",
|
5571
|
-
# description: "string",
|
5572
|
-
# variable_type: "string",
|
5573
|
-
# }
|
5574
|
-
#
|
5575
4613
|
# @!attribute [rw] name
|
5576
4614
|
# The name of the variable.
|
5577
4615
|
# @return [String]
|
@@ -5692,18 +4730,6 @@ module Aws::FraudDetector
|
|
5692
4730
|
# A variable in the list of variables for the batch create variable
|
5693
4731
|
# request.
|
5694
4732
|
#
|
5695
|
-
# @note When making an API call, you may pass VariableEntry
|
5696
|
-
# data as a hash:
|
5697
|
-
#
|
5698
|
-
# {
|
5699
|
-
# name: "string",
|
5700
|
-
# data_type: "string",
|
5701
|
-
# data_source: "string",
|
5702
|
-
# default_value: "string",
|
5703
|
-
# description: "string",
|
5704
|
-
# variable_type: "string",
|
5705
|
-
# }
|
5706
|
-
#
|
5707
4733
|
# @!attribute [rw] name
|
5708
4734
|
# The name of the variable.
|
5709
4735
|
# @return [String]
|