AiModel
import type { AiModel } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Contains information about the AI model associated with the finding.
interface AiModel {
deploymentPlatform?: "DEPLOYMENT_PLATFORM_UNSPECIFIED" | "VERTEX_AI" | "GKE";
displayName?: string;
domain?: string;
library?: string;
location?: string;
name?: string;
publisher?: string;
}