export declare const AsyncJobStatus: { readonly CANCELED: "CANCELED"; readonly CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS"; readonly COMPLETE: "COMPLETE"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly IN_PROGRESS_INITIALIZING: "IN_PROGRESS_INITIALIZING"; }; export type AsyncJobStatus = (typeof AsyncJobStatus)[keyof typeof AsyncJobStatus]; export declare const DataSource: { readonly EVENT: "EVENT"; readonly EXTERNAL_MODEL_SCORE: "EXTERNAL_MODEL_SCORE"; readonly MODEL_SCORE: "MODEL_SCORE"; }; export type DataSource = (typeof DataSource)[keyof typeof DataSource]; export declare const DataType: { readonly BOOLEAN: "BOOLEAN"; readonly DATETIME: "DATETIME"; readonly FLOAT: "FLOAT"; readonly INTEGER: "INTEGER"; readonly STRING: "STRING"; }; export type DataType = (typeof DataType)[keyof typeof DataType]; export declare const ModelTypeEnum: { readonly ACCOUNT_TAKEOVER_INSIGHTS: "ACCOUNT_TAKEOVER_INSIGHTS"; readonly ONLINE_FRAUD_INSIGHTS: "ONLINE_FRAUD_INSIGHTS"; readonly TRANSACTION_FRAUD_INSIGHTS: "TRANSACTION_FRAUD_INSIGHTS"; }; export type ModelTypeEnum = (typeof ModelTypeEnum)[keyof typeof ModelTypeEnum]; export declare const RuleExecutionMode: { readonly ALL_MATCHED: "ALL_MATCHED"; readonly FIRST_MATCHED: "FIRST_MATCHED"; }; export type RuleExecutionMode = (typeof RuleExecutionMode)[keyof typeof RuleExecutionMode]; export declare const DetectorVersionStatus: { readonly ACTIVE: "ACTIVE"; readonly DRAFT: "DRAFT"; readonly INACTIVE: "INACTIVE"; }; export type DetectorVersionStatus = (typeof DetectorVersionStatus)[keyof typeof DetectorVersionStatus]; export declare const UnlabeledEventsTreatment: { readonly AUTO: "AUTO"; readonly FRAUD: "FRAUD"; readonly IGNORE: "IGNORE"; readonly LEGIT: "LEGIT"; }; export type UnlabeledEventsTreatment = (typeof UnlabeledEventsTreatment)[keyof typeof UnlabeledEventsTreatment]; export declare const TrainingDataSourceEnum: { readonly EXTERNAL_EVENTS: "EXTERNAL_EVENTS"; readonly INGESTED_EVENTS: "INGESTED_EVENTS"; }; export type TrainingDataSourceEnum = (typeof TrainingDataSourceEnum)[keyof typeof TrainingDataSourceEnum]; export declare const Language: { readonly DETECTORPL: "DETECTORPL"; }; export type Language = (typeof Language)[keyof typeof Language]; export declare const ModelSource: { readonly SAGEMAKER: "SAGEMAKER"; }; export type ModelSource = (typeof ModelSource)[keyof typeof ModelSource]; export declare const EventIngestion: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type EventIngestion = (typeof EventIngestion)[keyof typeof EventIngestion]; export declare const ModelInputDataFormat: { readonly CSV: "TEXT_CSV"; readonly JSON: "APPLICATION_JSON"; }; export type ModelInputDataFormat = (typeof ModelInputDataFormat)[keyof typeof ModelInputDataFormat]; export declare const ModelEndpointStatus: { readonly ASSOCIATED: "ASSOCIATED"; readonly DISSOCIATED: "DISSOCIATED"; }; export type ModelEndpointStatus = (typeof ModelEndpointStatus)[keyof typeof ModelEndpointStatus]; export declare const ModelOutputDataFormat: { readonly CSV: "TEXT_CSV"; readonly JSONLINES: "APPLICATION_JSONLINES"; }; export type ModelOutputDataFormat = (typeof ModelOutputDataFormat)[keyof typeof ModelOutputDataFormat]; export declare const ListUpdateMode: { readonly APPEND: "APPEND"; readonly REMOVE: "REMOVE"; readonly REPLACE: "REPLACE"; }; export type ListUpdateMode = (typeof ListUpdateMode)[keyof typeof ListUpdateMode]; export declare const ModelVersionStatus: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; readonly TRAINING_CANCELLED: "TRAINING_CANCELLED"; }; export type ModelVersionStatus = (typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];