Data Source: oci_generative_ai_dedicated_ai_clusters
This data source provides the list of Dedicated Ai Clusters in Oracle Cloud Infrastructure Generative AI service.
Lists the dedicated AI clusters in a specific compartment.
Example Usage
data "oci_generative_ai_dedicated_ai_clusters" "test_dedicated_ai_clusters" {
	#Required
	compartment_id = var.compartment_id
	#Optional
	display_name = var.dedicated_ai_cluster_display_name
	id = var.dedicated_ai_cluster_id
	state = var.dedicated_ai_cluster_state
}
Argument Reference
The following arguments are supported:
- compartment_id- (Required) The OCID of the compartment in which to list resources.
- display_name- (Optional) A filter to return only resources that match the given display name exactly.
- id- (Optional) The OCID of the dedicated AI cluster.
- state- (Optional) A filter to return only the dedicated AI clusters that their lifecycle state matches the given lifecycle state.
Attributes Reference
The following attributes are exported:
- dedicated_ai_cluster_collection- The list of dedicated_ai_cluster_collection.
DedicatedAiCluster Reference
The following attributes are exported:
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:- {"Operations.CostCenter": "42"}
- description- An optional description of the dedicated AI cluster.
- display_name- A user-friendly name. Does not have to be unique, and it’s changeable.
- id- The OCID of the dedicated AI cluster.
- lifecycle_details- A message describing the current state with detail that can provide actionable information.
- state- The current state of the dedicated AI cluster.
- system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:- {"orcl-cloud.free-tier-retained": "true"}
- time_updated- The date and time the dedicated AI cluster was updated, in the format defined by RFC 3339
- unit_count- The number of dedicated units in this AI cluster.
- unit_shape- The shape of dedicated unit in this AI cluster. The underlying hardware configuration is hidden from customers.