ExternalServiceCost class
The external service cost is a portion of the total cost, these costs are not additive with total_bytes_billed.
Moreover, this field only track external service costs that will show up as BigQuery costs (e.g. training BigQuery ML job with google cloud CAIP or Automl Tables services), not other costs which may be accrued by running the query (e.g. reading from Bigtable or Cloud Storage). The external service costs with different billing sku (e.g. CAIP job is charged based on VM usage) are converted to BigQuery billed_bytes and slot_ms with equivalent amount of US dollars. Services may not directly correlate to these metrics, but these are the equivalents for billing purposes. Output only.
Constructors
- ExternalServiceCost({String? bytesBilled, String? bytesProcessed, String? externalService, String? reservedSlotCount, String? slotMs})
- ExternalServiceCost.fromJson(Map json_)
Properties
- bytesBilled ↔ String?
-
External service cost in terms of bigquery bytes billed.
getter/setter pair
- bytesProcessed ↔ String?
-
External service cost in terms of bigquery bytes processed.
getter/setter pair
- externalService ↔ String?
-
External service name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reservedSlotCount ↔ String?
-
Non-preemptable reserved slots used for external job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slotMs ↔ String?
-
External service cost in terms of bigquery slot milliseconds.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited