public sealed class ReadTensorboardUsageRequest : IMessage<ReadTensorboardUsageRequest>, IEquatable<ReadTensorboardUsageRequest>, IDeepCloneable<ReadTensorboardUsageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ReadTensorboardUsageRequest.
Request 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 is for the `ReadTensorboardUsageRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`ReadTensorboardUsageRequest` is a request message used by `TensorboardService.ReadTensorboardUsage` to retrieve usage data for a specified Tensorboard resource."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling and deep cloning."],["It includes properties like `Tensorboard` (a string representing the Tensorboard resource name) and `TensorboardAsTensorboardName` (a typed view of the resource name)."],["Two constructors are available: one default constructor `ReadTensorboardUsageRequest()` and another that takes a `ReadTensorboardUsageRequest` instance to copy data to a new instance."]]],[]]