Data Source: oci_datascience_jobs

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

List jobs in the specified compartment.

Example Usage

data "oci_datascience_jobs" "test_jobs" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    created_by = var.job_created_by
    display_name = var.job_display_name
    id = var.job_id
    project_id = oci_datascience_project.test_project.id
    state = var.job_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Job Reference

The following attributes are exported: