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.
Instance Attribute Details
#accelerator_type ⇒ ::String
Returns Optional. Accelerator type being used, if any.
222 223 224 225 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 222 class UsageMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#milli_accelerator_seconds ⇒ ::Integer
Returns Optional. Accelerator usage in (milliAccelerator
x seconds
) (see
Dataproc Serverless pricing).
222 223 224 225 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 222 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).
222 223 224 225 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 222 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).
222 223 224 225 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 222 class UsageMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |