Class: Google::Cloud::Dataproc::V1::UsageSnapshot
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::UsageSnapshot
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
The usage snapshot represents the resources consumed by a workload at a specified time.
Instance Attribute Summary collapse
-
#accelerator_type ⇒ ::String
Optional.
-
#milli_accelerator ⇒ ::Integer
Optional.
-
#milli_dcu ⇒ ::Integer
Optional.
-
#milli_dcu_premium ⇒ ::Integer
Optional.
-
#shuffle_storage_gb ⇒ ::Integer
Optional.
-
#shuffle_storage_gb_premium ⇒ ::Integer
Optional.
-
#snapshot_time ⇒ ::Google::Protobuf::Timestamp
Optional.
Instance Attribute Details
#accelerator_type ⇒ ::String
Returns Optional. Accelerator type being used, if any.
258 259 260 261 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 258 class UsageSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#milli_accelerator ⇒ ::Integer
Returns Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing).
258 259 260 261 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 258 class UsageSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#milli_dcu ⇒ ::Integer
Returns Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing).
258 259 260 261 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 258 class UsageSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#milli_dcu_premium ⇒ ::Integer
Returns Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing).
258 259 260 261 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 258 class UsageSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shuffle_storage_gb ⇒ ::Integer
Returns Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing).
258 259 260 261 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 258 class UsageSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shuffle_storage_gb_premium ⇒ ::Integer
Returns Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing).
258 259 260 261 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 258 class UsageSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The timestamp of the usage snapshot.
258 259 260 261 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 258 class UsageSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |