Class: Google::Cloud::Dataproc::V1::UsageMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::UsageMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
Usage metrics represent approximate total resources consumed by a workload.
Instance Attribute Summary collapse
-
#accelerator_type ⇒ ::String
Optional.
-
#milli_accelerator_seconds ⇒ ::Integer
Optional.
-
#milli_dcu_seconds ⇒ ::Integer
Optional.
-
#shuffle_storage_gb_seconds ⇒ ::Integer
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Optional.
Instance Attribute Details
#accelerator_type ⇒ ::String
Returns Optional. [DEPRECATED] Accelerator type being used, if any.
252 253 254 255 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 252 class UsageMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#milli_accelerator_seconds ⇒ ::Integer
Returns Optional. [DEPRECATED] Accelerator usage in (milliAccelerator x
seconds) (see Dataproc Serverless pricing).
252 253 254 255 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 252 class UsageMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#milli_dcu_seconds ⇒ ::Integer
Returns Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
(see Dataproc Serverless pricing).
252 253 254 255 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 252 class UsageMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shuffle_storage_gb_seconds ⇒ ::Integer
Returns Optional. Shuffle storage usage in (GB x seconds) (see
Dataproc Serverless pricing).
252 253 254 255 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 252 class UsageMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The timestamp of the usage metrics.
252 253 254 255 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 252 class UsageMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |