public sealed class ResourcesConsumed : IMessage<ResourcesConsumed>, IEquatable<ResourcesConsumed>, IDeepCloneable<ResourcesConsumed>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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."],[[["The latest version of the `ResourcesConsumed` class is `1.0.0-beta21`, which is part of the Google Cloud AI Platform V1Beta1 API."],["`ResourcesConsumed` provides statistics on resource consumption within the Vertex AI v1beta1 API and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors: a default constructor and one that takes another `ResourcesConsumed` object as a parameter for copying."],["`ReplicaHours` is a property of the class that outputs the number of replica hours used, which may not directly correlate to wall time due to parallel execution and queuing."]]],[]]