Class: Google::Cloud::AIPlatform::V1::ResourcesConsumed
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ResourcesConsumed
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/machine_resources.rb
Overview
Statistics information about resource consumption.
Instance Attribute Summary collapse
-
#replica_hours ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#replica_hours ⇒ ::Float (readonly)
Returns Output only. The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.
186 187 188 189 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 186 class ResourcesConsumed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |