Google Cloud Security Command Center V2 Client - Class DeploymentPlatform (2.2.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class DeploymentPlatform.

The platform on which the model is deployed.

Protobuf type google.cloud.securitycenter.v2.AiModel.DeploymentPlatform

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ AiModel

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEPLOYMENT_PLATFORM_UNSPECIFIED

Value: 0

Unspecified deployment platform.

Generated from protobuf enum DEPLOYMENT_PLATFORM_UNSPECIFIED = 0;

VERTEX_AI

Value: 1

Vertex AI.

Generated from protobuf enum VERTEX_AI = 1;

GKE

Value: 2

Google Kubernetes Engine.

Generated from protobuf enum GKE = 2;