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