deploymentPlatform property

String? deploymentPlatform
getter/setter pair

The platform on which the model is deployed. Possible string values are:

  • "DEPLOYMENT_PLATFORM_UNSPECIFIED" : Unspecified deployment platform.
  • "VERTEX_AI" : Vertex AI.
  • "GKE" : Google Kubernetes Engine.
  • "GCE" : Google Compute Engine.
  • "FINE_TUNED_MODEL" : Fine tuned model.

Implementation

core.String? deploymentPlatform;