agentCompute property

String? agentCompute
getter/setter pair

The compute environment where the agent is hosted.

Exactly one type of compute must be chosen.

Optional. Possible string values are:

  • "AGENT_COMPUTE_UNSPECIFIED" : Unspecified compute type.
  • "GKE" : Google Kubernetes Engine.
  • "CLOUD_RUN" : Google Cloud Run.
  • "BORG" : Google Borg (for 1P producers).

Implementation

core.String? agentCompute;