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-04-09 UTC."],[[["The `ResourcesConsumed` class in the Cloud AI Platform v1beta1 API provides statistics on resource consumption, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["It inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from the Protobuf library."],["The class includes a `ReplicaHours` property of type `double`, which represents the number of replica hours used, and is an output-only field."],["There are two constructors provided for the `ResourcesConsumed` class, one default and one that takes another `ResourcesConsumed` instance as parameter for cloning."]]],[]]