Enum AiModel.DeploymentPlatform (2.76.0)

public enum AiModel.DeploymentPlatform extends Enum<AiModel.DeploymentPlatform> implements ProtocolMessageEnum

The platform on which the model is deployed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEPLOYMENT_PLATFORM_UNSPECIFIED

Unspecified deployment platform.

DEPLOYMENT_PLATFORM_UNSPECIFIED = 0;

DEPLOYMENT_PLATFORM_UNSPECIFIED_VALUE

Unspecified deployment platform.

DEPLOYMENT_PLATFORM_UNSPECIFIED = 0;

GKE

Google Kubernetes Engine.

GKE = 2;

GKE_VALUE

Google Kubernetes Engine.

GKE = 2;

UNRECOGNIZED
VERTEX_AI

Vertex AI.

VERTEX_AI = 1;

VERTEX_AI_VALUE

Vertex AI.

VERTEX_AI = 1;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()