public sealed class ReadTensorboardUsageResponse : IMessage<ReadTensorboardUsageResponse>, IEquatable<ReadTensorboardUsageResponse>, IDeepCloneable<ReadTensorboardUsageResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ReadTensorboardUsageResponse.
Response message for
[TensorboardService.ReadTensorboardUsage][google.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardUsage].
[[["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."],[[["This documentation covers the `ReadTensorboardUsageResponse` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`ReadTensorboardUsageResponse` is a response message for the `TensorboardService.ReadTensorboardUsage` method and inherits from `object`, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that takes another `ReadTensorboardUsageResponse` object as a parameter for cloning."],["The primary property of this class is `MonthlyUsageData`, which maps year-month strings (YYYYMM) to corresponding `PerMonthUsageData` using a `MapField`."]]],[]]