Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ImageConfig

import type { GoogleCloudAiplatformV1ImageConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Config for image generation features.

interface GoogleCloudAiplatformV1ImageConfig {
aspectRatio?: string;
}

§Properties

§
aspectRatio?: string
[src]

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"