import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDatascienceModelConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_model#model_id DataOciDatascienceModel#model_id}
    */
    readonly modelId: string;
}
export interface DataOciDatascienceModelBackupOperationDetails {
}
export declare function dataOciDatascienceModelBackupOperationDetailsToTerraform(struct?: DataOciDatascienceModelBackupOperationDetails): any;
export declare function dataOciDatascienceModelBackupOperationDetailsToHclTerraform(struct?: DataOciDatascienceModelBackupOperationDetails): any;
export declare class DataOciDatascienceModelBackupOperationDetailsOutputReference 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(): DataOciDatascienceModelBackupOperationDetails | undefined;
    set internalValue(value: DataOciDatascienceModelBackupOperationDetails | undefined);
    get backupState(): string;
    get backupStateDetails(): string;
    get timeLastBackup(): string;
}
export declare class DataOciDatascienceModelBackupOperationDetailsList 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): DataOciDatascienceModelBackupOperationDetailsOutputReference;
}
export interface DataOciDatascienceModelBackupSetting {
}
export declare function dataOciDatascienceModelBackupSettingToTerraform(struct?: DataOciDatascienceModelBackupSetting): any;
export declare function dataOciDatascienceModelBackupSettingToHclTerraform(struct?: DataOciDatascienceModelBackupSetting): any;
export declare class DataOciDatascienceModelBackupSettingOutputReference 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(): DataOciDatascienceModelBackupSetting | undefined;
    set internalValue(value: DataOciDatascienceModelBackupSetting | undefined);
    get backupRegion(): string;
    get customerNotificationType(): string;
    get isBackupEnabled(): cdktf.IResolvable;
}
export declare class DataOciDatascienceModelBackupSettingList 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): DataOciDatascienceModelBackupSettingOutputReference;
}
export interface DataOciDatascienceModelCustomMetadataListStruct {
}
export declare function dataOciDatascienceModelCustomMetadataListStructToTerraform(struct?: DataOciDatascienceModelCustomMetadataListStruct): any;
export declare function dataOciDatascienceModelCustomMetadataListStructToHclTerraform(struct?: DataOciDatascienceModelCustomMetadataListStruct): any;
export declare class DataOciDatascienceModelCustomMetadataListStructOutputReference 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(): DataOciDatascienceModelCustomMetadataListStruct | undefined;
    set internalValue(value: DataOciDatascienceModelCustomMetadataListStruct | undefined);
    get category(): string;
    get description(): string;
    get key(): string;
    get value(): string;
}
export declare class DataOciDatascienceModelCustomMetadataListStructList 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): DataOciDatascienceModelCustomMetadataListStructOutputReference;
}
export interface DataOciDatascienceModelDefinedMetadataListStruct {
}
export declare function dataOciDatascienceModelDefinedMetadataListStructToTerraform(struct?: DataOciDatascienceModelDefinedMetadataListStruct): any;
export declare function dataOciDatascienceModelDefinedMetadataListStructToHclTerraform(struct?: DataOciDatascienceModelDefinedMetadataListStruct): any;
export declare class DataOciDatascienceModelDefinedMetadataListStructOutputReference 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(): DataOciDatascienceModelDefinedMetadataListStruct | undefined;
    set internalValue(value: DataOciDatascienceModelDefinedMetadataListStruct | undefined);
    get category(): string;
    get description(): string;
    get key(): string;
    get value(): string;
}
export declare class DataOciDatascienceModelDefinedMetadataListStructList 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): DataOciDatascienceModelDefinedMetadataListStructOutputReference;
}
export interface DataOciDatascienceModelRetentionOperationDetails {
}
export declare function dataOciDatascienceModelRetentionOperationDetailsToTerraform(struct?: DataOciDatascienceModelRetentionOperationDetails): any;
export declare function dataOciDatascienceModelRetentionOperationDetailsToHclTerraform(struct?: DataOciDatascienceModelRetentionOperationDetails): any;
export declare class DataOciDatascienceModelRetentionOperationDetailsOutputReference 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(): DataOciDatascienceModelRetentionOperationDetails | undefined;
    set internalValue(value: DataOciDatascienceModelRetentionOperationDetails | undefined);
    get archiveState(): string;
    get archiveStateDetails(): string;
    get deleteState(): string;
    get deleteStateDetails(): string;
    get timeArchivalScheduled(): string;
    get timeDeletionScheduled(): string;
}
export declare class DataOciDatascienceModelRetentionOperationDetailsList 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): DataOciDatascienceModelRetentionOperationDetailsOutputReference;
}
export interface DataOciDatascienceModelRetentionSetting {
}
export declare function dataOciDatascienceModelRetentionSettingToTerraform(struct?: DataOciDatascienceModelRetentionSetting): any;
export declare function dataOciDatascienceModelRetentionSettingToHclTerraform(struct?: DataOciDatascienceModelRetentionSetting): any;
export declare class DataOciDatascienceModelRetentionSettingOutputReference 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(): DataOciDatascienceModelRetentionSetting | undefined;
    set internalValue(value: DataOciDatascienceModelRetentionSetting | undefined);
    get archiveAfterDays(): number;
    get customerNotificationType(): string;
    get deleteAfterDays(): number;
}
export declare class DataOciDatascienceModelRetentionSettingList 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): DataOciDatascienceModelRetentionSettingOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_model oci_datascience_model}
*/
export declare class DataOciDatascienceModel extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_datascience_model";
    /**
    * Generates CDKTF code for importing a DataOciDatascienceModel 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 DataOciDatascienceModel to import
    * @param importFromId The id of the existing DataOciDatascienceModel that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/datascience_model#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDatascienceModel 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/datascience_model oci_datascience_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 DataOciDatascienceModelConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDatascienceModelConfig);
    get artifactContentDisposition(): string;
    get artifactContentLength(): string;
    get artifactContentMd5(): string;
    get artifactLastModified(): string;
    private _backupOperationDetails;
    get backupOperationDetails(): DataOciDatascienceModelBackupOperationDetailsList;
    private _backupSetting;
    get backupSetting(): DataOciDatascienceModelBackupSettingList;
    get compartmentId(): string;
    get createdBy(): string;
    private _customMetadataList;
    get customMetadataList(): DataOciDatascienceModelCustomMetadataListStructList;
    private _definedMetadataList;
    get definedMetadataList(): DataOciDatascienceModelDefinedMetadataListStructList;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    get emptyModel(): cdktf.IResolvable;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get inputSchema(): string;
    get lifecycleDetails(): string;
    get modelArtifact(): string;
    private _modelId?;
    get modelId(): string;
    set modelId(value: string);
    get modelIdInput(): string | undefined;
    get modelVersionSetId(): string;
    get modelVersionSetName(): string;
    get outputSchema(): string;
    get projectId(): string;
    private _retentionOperationDetails;
    get retentionOperationDetails(): DataOciDatascienceModelRetentionOperationDetailsList;
    private _retentionSetting;
    get retentionSetting(): DataOciDatascienceModelRetentionSettingList;
    get state(): string;
    get timeCreated(): string;
    get versionLabel(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
