Data Source: oci_generative_ai_hosted_deployments

This data source provides the list of Hosted Deployments in Oracle Cloud Infrastructure Generative AI service.

Lists the hosted applications in a specific compartment.

Example Usage

data "oci_generative_ai_hosted_deployments" "test_hosted_deployments" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	application_id = oci_dataflow_application.test_application.id
	display_name = var.hosted_deployment_display_name
	id = var.hosted_deployment_id
	state = var.hosted_deployment_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

HostedDeployment Reference

The following attributes are exported: