public sealed class ReadTensorboardUsageRequest : IMessage<ReadTensorboardUsageRequest>, IEquatable<ReadTensorboardUsageRequest>, IDeepCloneable<ReadTensorboardUsageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-25 UTC."],[[["This document provides reference information for the `ReadTensorboardUsageRequest` class within the Vertex AI v1beta1 API, specifically in version 1.0.0-beta21, which is the latest."],["`ReadTensorboardUsageRequest` is a request message used by `TensorboardService.ReadTensorboardUsage` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default and one that accepts another `ReadTensorboardUsageRequest` instance, which is used to build from an existing object."],["The `ReadTensorboardUsageRequest` class contains two key properties `Tensorboard` (string) and `TensorboardAsTensorboardName` (TensorboardName) to define the name of the Tensorboard resource being read."],["This class is located within the `Google.Cloud.AIPlatform.V1Beta1` namespace and the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]