computeMode property

String? computeMode
getter/setter pair

Compute mode for this stage.

Output only. Possible string values are:

  • "COMPUTE_MODE_UNSPECIFIED" : ComputeMode type not specified.
  • "BIGQUERY" : This stage was processed using BigQuery slots.
  • "BI_ENGINE" : This stage was processed using BI Engine compute.

Implementation

core.String? computeMode;