Skip to content

Commit 260e50c

Browse files
Google APIscopybara-github
authored andcommitted
feat: add GCE to DeploymentPlatform enum
PiperOrigin-RevId: 805463393
1 parent f8146b4 commit 260e50c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/securitycenter/v2/ai_model.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ message AiModel {
3636

3737
// Google Kubernetes Engine.
3838
GKE = 2;
39+
40+
// Google Compute Engine.
41+
GCE = 3;
42+
43+
// Fine tuned model.
44+
FINE_TUNED_MODEL = 4;
3945
}
4046

4147
// The name of the AI model, for example, "gemini:1.0.0".

0 commit comments

Comments
 (0)