import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciAiAnomalyDetectionModelConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_model#model_id DataOciAiAnomalyDetectionModel#model_id}
    */
    readonly modelId: string;
}
export interface DataOciAiAnomalyDetectionModelModelTrainingDetails {
}
export declare function dataOciAiAnomalyDetectionModelModelTrainingDetailsToTerraform(struct?: DataOciAiAnomalyDetectionModelModelTrainingDetails): any;
export declare function dataOciAiAnomalyDetectionModelModelTrainingDetailsToHclTerraform(struct?: DataOciAiAnomalyDetectionModelModelTrainingDetails): any;
export declare class DataOciAiAnomalyDetectionModelModelTrainingDetailsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciAiAnomalyDetectionModelModelTrainingDetails | undefined;
    set internalValue(value: DataOciAiAnomalyDetectionModelModelTrainingDetails | undefined);
    get algorithmHint(): string;
    get dataAssetIds(): string[];
    get targetFap(): number;
    get trainingFraction(): number;
    get windowSize(): number;
}
export declare class DataOciAiAnomalyDetectionModelModelTrainingDetailsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciAiAnomalyDetectionModelModelTrainingDetailsOutputReference;
}
export interface DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetails {
}
export declare function dataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetailsToTerraform(struct?: DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetails): any;
export declare function dataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetailsToHclTerraform(struct?: DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetails): any;
export declare class DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetailsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetails | undefined;
    set internalValue(value: DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetails | undefined);
    get isReductionEnabled(): cdktf.IResolvable;
    get reductionMethod(): string;
    get reductionPercentage(): number;
}
export declare class DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetailsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetailsOutputReference;
}
export interface DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetails {
}
export declare function dataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetailsToTerraform(struct?: DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetails): any;
export declare function dataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetailsToHclTerraform(struct?: DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetails): any;
export declare class DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetailsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetails | undefined;
    set internalValue(value: DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetails | undefined);
    get details(): string;
    get fap(): number;
    get isQuantized(): cdktf.IResolvable;
    get max(): number;
    get min(): number;
    get mviRatio(): number;
    get signalName(): string;
    get status(): string;
    get std(): number;
}
export declare class DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetailsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetailsOutputReference;
}
export interface DataOciAiAnomalyDetectionModelModelTrainingResults {
}
export declare function dataOciAiAnomalyDetectionModelModelTrainingResultsToTerraform(struct?: DataOciAiAnomalyDetectionModelModelTrainingResults): any;
export declare function dataOciAiAnomalyDetectionModelModelTrainingResultsToHclTerraform(struct?: DataOciAiAnomalyDetectionModelModelTrainingResults): any;
export declare class DataOciAiAnomalyDetectionModelModelTrainingResultsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciAiAnomalyDetectionModelModelTrainingResults | undefined;
    set internalValue(value: DataOciAiAnomalyDetectionModelModelTrainingResults | undefined);
    get fap(): number;
    get isTrainingGoalAchieved(): cdktf.IResolvable;
    get mae(): number;
    get maxInferenceSyncRows(): number;
    get multivariateFap(): number;
    get rmse(): number;
    private _rowReductionDetails;
    get rowReductionDetails(): DataOciAiAnomalyDetectionModelModelTrainingResultsRowReductionDetailsList;
    private _signalDetails;
    get signalDetails(): DataOciAiAnomalyDetectionModelModelTrainingResultsSignalDetailsList;
    get warning(): string;
    get windowSize(): number;
}
export declare class DataOciAiAnomalyDetectionModelModelTrainingResultsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciAiAnomalyDetectionModelModelTrainingResultsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_model oci_ai_anomaly_detection_model}
*/
export declare class DataOciAiAnomalyDetectionModel extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_ai_anomaly_detection_model";
    /**
    * Generates CDKTF code for importing a DataOciAiAnomalyDetectionModel resource upon running "cdktf plan <stack-name>"
    * @param scope The scope in which to define this construct
    * @param importToId The construct id used in the generated config for the DataOciAiAnomalyDetectionModel to import
    * @param importFromId The id of the existing DataOciAiAnomalyDetectionModel that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_model#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciAiAnomalyDetectionModel to import is found
    */
    static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
    /**
    * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ai_anomaly_detection_model oci_ai_anomaly_detection_model} Data Source
    *
    * @param scope The scope in which to define this construct
    * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
    * @param options DataOciAiAnomalyDetectionModelConfig
    */
    constructor(scope: Construct, id: string, config: DataOciAiAnomalyDetectionModelConfig);
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get lifecycleDetails(): string;
    private _modelId?;
    get modelId(): string;
    set modelId(value: string);
    get modelIdInput(): string | undefined;
    private _modelTrainingDetails;
    get modelTrainingDetails(): DataOciAiAnomalyDetectionModelModelTrainingDetailsList;
    private _modelTrainingResults;
    get modelTrainingResults(): DataOciAiAnomalyDetectionModelModelTrainingResultsList;
    get projectId(): string;
    get state(): string;
    private _systemTags;
    get systemTags(): cdktf.StringMap;
    get timeCreated(): string;
    get timeUpdated(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
