Data Source: oci_datascience_pipeline_runs

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

Returns a list of PipelineRuns.

Example Usage

data "oci_datascience_pipeline_runs" "test_pipeline_runs" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	created_by = var.pipeline_run_created_by
	display_name = var.pipeline_run_display_name
	id = var.pipeline_run_id
	pipeline_id = oci_datascience_pipeline.test_pipeline.id
	state = var.pipeline_run_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PipelineRun Reference

The following attributes are exported: