Class ResourceUsageExportConfig (1.0.2)

Configuration for exporting cluster resource usages. .. attribute:: bigquery_destination

Configuration to use BigQuery as usage export destination.

Configuration to enable resource consumption metering.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > ResourceUsageExportConfig

Classes

BigQueryDestination

Parameters for using BigQuery as the destination of resource usage export. .. attribute:: dataset_id

The ID of a BigQuery Dataset.

ConsumptionMeteringConfig

Parameters for controlling consumption metering. .. attribute:: enabled

Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.