image_variations
Creates, updates, deletes, gets or lists a image_variations
resource.
Overview
Name | image_variations |
Type | Resource |
Id | openai.images.image_variations |
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_image_variation | INSERT |
|
INSERT
example
Use the following StackQL query and manifest file to create a new image_variations
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO openai.images.image_variations (
)
SELECT
;
- name: image_variations
props: []