Data Source: oci_datascience_job_runs

This data source provides the list of Job Runs in Oracle Cloud Infrastructure Data Science service.

List out job runs.

Example Usage

data "oci_datascience_job_runs" "test_job_runs" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	created_by = var.job_run_created_by
	display_name = var.job_run_display_name
	id = var.job_run_id
	job_id = oci_datascience_job.test_job.id
	state = var.job_run_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

JobRun Reference

The following attributes are exported: