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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEPLOYMENT_PLATFORM_UNSPECIFIED |
Unspecified deployment platform. |
DEPLOYMENT_PLATFORM_UNSPECIFIED_VALUE |
Unspecified deployment platform. |
FINE_TUNED_MODEL |
Fine tuned model. |
FINE_TUNED_MODEL_VALUE |
Fine tuned model. |
GCE |
Google Compute Engine. |
GCE_VALUE |
Google Compute Engine. |
GKE |
Google Kubernetes Engine. |
GKE_VALUE |
Google Kubernetes Engine. |
UNRECOGNIZED |
|
VERTEX_AI |
Vertex AI. |
VERTEX_AI_VALUE |
Vertex AI. |
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() |