Module: Google::Cloud::SecurityCenter::V2::AiModel::DeploymentPlatform

Defined in:
proto_docs/google/cloud/securitycenter/v2/ai_model.rb

Overview

The platform on which the model is deployed.

Constant Summary collapse

DEPLOYMENT_PLATFORM_UNSPECIFIED =

Unspecified deployment platform.

0
VERTEX_AI =

Vertex AI.

1
GKE =

Google Kubernetes Engine.

2
GCE =

Google Compute Engine.

3
FINE_TUNED_MODEL =

Fine tuned model.

4