Data Source: oci_ai_anomaly_detection_detect_anomaly_jobs

This data source provides the list of Detect Anomaly Jobs in Oracle Cloud Infrastructure Ai Anomaly Detection service.

Returns a list of all the Anomaly Detection jobs in the specified compartment.

Example Usage

data "oci_ai_anomaly_detection_detect_anomaly_jobs" "test_detect_anomaly_jobs" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	detect_anomaly_job_id = oci_ai_anomaly_detection_detect_anomaly_job.test_detect_anomaly_job.id
	display_name = var.detect_anomaly_job_display_name
	model_id = oci_ai_anomaly_detection_model.test_model.id
	project_id = oci_ai_anomaly_detection_project.test_project.id
	state = var.detect_anomaly_job_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DetectAnomalyJob Reference

The following attributes are exported: