export declare const ConfiguredModelAlgorithmAssociationEntityType: {
    readonly AllPersonallyIdentifiableInformation: "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION";
    readonly Numbers: "NUMBERS";
    readonly Custom: "CUSTOM";
};
export type ConfiguredModelAlgorithmAssociationEntityType = (typeof ConfiguredModelAlgorithmAssociationEntityType)[keyof typeof ConfiguredModelAlgorithmAssociationEntityType];
export declare const ConfiguredModelAlgorithmAssociationLogType: {
    readonly All: "ALL";
    readonly ErrorSummary: "ERROR_SUMMARY";
};
export type ConfiguredModelAlgorithmAssociationLogType = (typeof ConfiguredModelAlgorithmAssociationLogType)[keyof typeof ConfiguredModelAlgorithmAssociationLogType];
export declare const ConfiguredModelAlgorithmAssociationNoiseLevelType: {
    readonly High: "HIGH";
    readonly Medium: "MEDIUM";
    readonly Low: "LOW";
    readonly None: "NONE";
};
export type ConfiguredModelAlgorithmAssociationNoiseLevelType = (typeof ConfiguredModelAlgorithmAssociationNoiseLevelType)[keyof typeof ConfiguredModelAlgorithmAssociationNoiseLevelType];
export declare const ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSizeUnitType: {
    readonly Gb: "GB";
};
export type ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSizeUnitType = (typeof ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSizeUnitType)[keyof typeof ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSizeUnitType];
export declare const ConfiguredModelAlgorithmAssociationTrainedModelExportFileType: {
    readonly Model: "MODEL";
    readonly OutputType: "OUTPUT";
};
export type ConfiguredModelAlgorithmAssociationTrainedModelExportFileType = (typeof ConfiguredModelAlgorithmAssociationTrainedModelExportFileType)[keyof typeof ConfiguredModelAlgorithmAssociationTrainedModelExportFileType];
export declare const ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSizeUnitType: {
    readonly Gb: "GB";
};
export type ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSizeUnitType = (typeof ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSizeUnitType)[keyof typeof ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSizeUnitType];
export declare const ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSizeUnitType: {
    readonly Gb: "GB";
};
export type ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSizeUnitType = (typeof ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSizeUnitType)[keyof typeof ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSizeUnitType];
export declare const TrainingDatasetColumnType: {
    readonly UserId: "USER_ID";
    readonly ItemId: "ITEM_ID";
    readonly Timestamp: "TIMESTAMP";
    readonly CategoricalFeature: "CATEGORICAL_FEATURE";
    readonly NumericalFeature: "NUMERICAL_FEATURE";
};
export type TrainingDatasetColumnType = (typeof TrainingDatasetColumnType)[keyof typeof TrainingDatasetColumnType];
export declare const TrainingDatasetDatasetType: {
    readonly Interactions: "INTERACTIONS";
};
export type TrainingDatasetDatasetType = (typeof TrainingDatasetDatasetType)[keyof typeof TrainingDatasetDatasetType];
export declare const TrainingDatasetStatus: {
    readonly Active: "ACTIVE";
};
export type TrainingDatasetStatus = (typeof TrainingDatasetStatus)[keyof typeof TrainingDatasetStatus];
