Data Source: oci_datascience_pipelines

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

Returns a list of Pipelines.

Example Usage

data "oci_datascience_pipelines" "test_pipelines" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	created_by = var.pipeline_created_by
	display_name = var.pipeline_display_name
	id = var.pipeline_id
	project_id = oci_datascience_project.test_project.id
	state = var.pipeline_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Pipeline Reference

The following attributes are exported: