oci_generative_ai_agent_data_ingestion_job

This resource provides the Data Ingestion Job resource in Oracle Cloud Infrastructure Generative Ai Agent service.

CreateDataIngestionJob

Creates a data ingestion job.

Example Usage

resource "oci_generative_ai_agent_data_ingestion_job" "test_data_ingestion_job" {
	#Required
	compartment_id = var.compartment_id
	data_source_id = oci_generative_ai_agent_data_source.test_data_source.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	description = var.data_ingestion_job_description
	display_name = var.data_ingestion_job_display_name
	freeform_tags = {"Department"= "Finance"}
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Data Ingestion Job * update - (Defaults to 20 minutes), when updating the Data Ingestion Job * delete - (Defaults to 20 minutes), when destroying the Data Ingestion Job

Import

DataIngestionJobs can be imported using the id, e.g.

$ terraform import oci_generative_ai_agent_data_ingestion_job.test_data_ingestion_job "id"