GoogleCloudAiplatformV1FasterDeploymentConfig
import type { GoogleCloudAiplatformV1FasterDeploymentConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Configuration for faster model deployment.
interface GoogleCloudAiplatformV1FasterDeploymentConfig {
fastTryoutEnabled?: boolean;
}