translations
Creates, updates, deletes, gets or lists a translations resource.
Overview
| Name | translations |
| Type | Resource |
| Id | openai.audio.translations |
Fields
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
create_translation | INSERT | |
INSERT example
Use the following StackQL query and manifest file to create a new translations resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO openai.audio.translations (
)
SELECT
;
- name: translations
props: []