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

GoogleCloudAiplatformV1ModelArmorConfig

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

Configuration for Model Armor integrations of prompt and responses.

interface GoogleCloudAiplatformV1ModelArmorConfig {
promptTemplateName?: string;
responseTemplateName?: string;
}

§Properties

§
promptTemplateName?: string
[src]

Optional. The name of the Model Armor template to use for prompt sanitization.

§
responseTemplateName?: string
[src]

Optional. The name of the Model Armor template to use for response sanitization.