Class: Google::Cloud::Bigquery::Job::ReservationUsage
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Job::ReservationUsage
- Defined in:
- lib/google/cloud/bigquery/job.rb
Overview
Represents Job resource usage breakdown by reservation.
Lifecycle collapse
-
#name ⇒ String
readonly
The reservation name or "unreserved" for on-demand resources usage.
-
#slot_ms ⇒ Fixnum
readonly
The slot-milliseconds the job spent in the given reservation.
Instance Attribute Details
#name ⇒ String (readonly)
The reservation name or "unreserved" for on-demand resources usage.
550 551 552 |
# File 'lib/google/cloud/bigquery/job.rb', line 550 def name @name end |
#slot_ms ⇒ Fixnum (readonly)
The slot-milliseconds the job spent in the given reservation.
550 551 552 |
# File 'lib/google/cloud/bigquery/job.rb', line 550 def slot_ms @slot_ms end |