Data Source: oci_generative_ai_endpoint
This data source provides details about a specific Endpoint resource in Oracle Cloud Infrastructure Generative AI service.
Gets information about an endpoint.
Example Usage
data "oci_generative_ai_endpoint" "test_endpoint" {
#Required
endpoint_id = oci_generative_ai_endpoint.test_endpoint.id
}
Argument Reference
The following arguments are supported:
endpoint_id
- (Required) The OCID of the endpoint.
Attributes Reference
The following attributes are exported:
content_moderation_config
- The configuration details, whether to add the content moderation feature to the model. Content moderation removes toxic and biased content from responses.is_enabled
- Whether to enable the content moderation feature.mode
- Enum for the modes of operation for inference protection.model_id
- The OCID of the model used for the feature.
dedicated_ai_cluster_id
- The OCID of the dedicated AI cluster on which the model will be deployed to.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"}
lifecycle_details
- A message describing the current state of the endpoint in more detail that can provide actionable information.state
- The current state of the endpoint.system_tags
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}