public sealed class ResourcesConsumed : IMessage<ResourcesConsumed>, IEquatable<ResourcesConsumed>, IDeepCloneable<ResourcesConsumed>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ResourcesConsumed.
Statistics information about resource consumption.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This documentation provides details for the `ResourcesConsumed` class within the Cloud AI Platform v1beta1 API."],["The `ResourcesConsumed` class offers statistics on resource consumption and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReplicaHours` property, of type `double`, indicates the total replica hours used, though it does not directly reflect wall time due to potential parallelism and queuing."],["The class has two constructors, a default one, and a copy constructor that accepts another `ResourcesConsumed` instance as a parameter."]]],[]]