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"
| "GCE"
| "FINE_TUNED_MODEL";
displayName?: string;
domain?: string;
library?: string;
location?: string;
name?: string;
publisher?: string;
}