|
206 | 206 | } |
207 | 207 | } |
208 | 208 | }, |
209 | | - "revision": "20251005", |
| 209 | + "revision": "20251013", |
210 | 210 | "rootUrl": "https://firebaseml.googleapis.com/", |
211 | 211 | "schemas": { |
212 | 212 | "Date": { |
|
1729 | 1729 | "aspectRatio": { |
1730 | 1730 | "description": "Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: \"1:1\" \"2:3\", \"3:2\" \"3:4\", \"4:3\" \"4:5\", \"5:4\" \"9:16\", \"16:9\" \"21:9\"", |
1731 | 1731 | "type": "string" |
| 1732 | + }, |
| 1733 | + "imageOutputOptions": { |
| 1734 | + "$ref": "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions", |
| 1735 | + "description": "Optional. The image output format for generated images." |
| 1736 | + }, |
| 1737 | + "personGeneration": { |
| 1738 | + "description": "Optional. Controls whether the model can generate people.", |
| 1739 | + "enum": [ |
| 1740 | + "PERSON_GENERATION_UNSPECIFIED", |
| 1741 | + "ALLOW_ALL", |
| 1742 | + "ALLOW_ADULT", |
| 1743 | + "ALLOW_NONE" |
| 1744 | + ], |
| 1745 | + "enumDescriptions": [ |
| 1746 | + "Generation images of people unspecified.", |
| 1747 | + "Generate images that include adults and children.", |
| 1748 | + "Generate images of adults, but not children.", |
| 1749 | + "Block generation of images of people." |
| 1750 | + ], |
| 1751 | + "type": "string" |
| 1752 | + } |
| 1753 | + }, |
| 1754 | + "type": "object" |
| 1755 | + }, |
| 1756 | + "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions": { |
| 1757 | + "description": "The image output format for generated images.", |
| 1758 | + "id": "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions", |
| 1759 | + "properties": { |
| 1760 | + "compressionQuality": { |
| 1761 | + "description": "Optional. The compression quality of the output image.", |
| 1762 | + "format": "int32", |
| 1763 | + "type": "integer" |
| 1764 | + }, |
| 1765 | + "mimeType": { |
| 1766 | + "description": "Optional. The image format that the output should be saved as.", |
| 1767 | + "type": "string" |
1732 | 1768 | } |
1733 | 1769 | }, |
1734 | 1770 | "type": "object" |
|
0 commit comments