Updating an Endpoint
Update an endpoint’s name, description, content moderation setting, and tags in OCI Generative AI.
Disclaimer
Our Content Moderation (CM) and Prompt Injection (PI) guardrails have been evaluated on a range of multilingual benchmark datasets. However, actual performance might vary depending on the specific languages, domains, data distributions, and usage patterns present in customer-provided data as the content is generated by AI and might contain errors or omissions. So, it's intended for informational purposes only, should not be considered professional advice and OCI makes no guarantees that identical performance characteristics will be observed in all real-world deployments. The OCI Responsible AI team is continuously improving these models.
Our content moderation capabilities have been evaluated against RTPLX, one of the largest publicly available multilingual benchmarking datasets, covering more than 38 languages. However, these results should be interpreted with appropriate caution as the content is generated by AI and might contain errors or omissions. Multilingual evaluations are inherently bounded by the scope, representativeness, and annotation practices of public datasets, and performance observed on RTPLX might not fully generalize to all real-world contexts, domains, dialects, or usage patterns. So, the findings are intended to be informational purposes only and should not be considered professional advice.
- On the Endpoints list page, select the endpoint that you want to work with. If you need help finding the list page for endpoints, see Listing Endpoints.
- From the , select Edit.
- Update the name, description, and version.
- Update the name and description, as needed.
-
Update the settings for each guardrail. For background information, see Learn about guardrails and before you use them, see the disclaimer on this page.
- Content moderation
- Off: No content moderation is applied.
- Block: Helps detect content that requires moderation and aims to block the request or response based on your configuration.
- Inform: Doesn't block content, but aims to return an indication when content that requires moderation is detected
- Prompt injection (PI) protection
- Off: No prompt injection protection is applied.
- Block: Helps detect prompt injection attempts and aims to block the request based on your configuration.
- Inform: Doesn't block the request, but aims to return an indication when prompt injection risk is detected.
-
Personally identifiable information (PII) protection
- Off: No PII protection is applied.
- Block: Helps detect PII and aims to block the request or response based on your configuration.
- Inform: Doesn't block content, but aims to return an indication when PII is detected.
- Content moderation
- Select Update.
- (Optional) Update the tags for this endpoint.
Use the endpoint update command and required parameters to update an endpoint:
oci generative-ai endpoint update --endpoint-id <endpoint-OCID> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateEndpoint operation to update an endpoint.