public sealed class ReadTensorboardSizeRequest : IMessage<ReadTensorboardSizeRequest>, IEquatable<ReadTensorboardSizeRequest>, IDeepCloneable<ReadTensorboardSizeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ReadTensorboardSizeRequest.
Request message for
[TensorboardService.ReadTensorboardSize][google.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardSize].
[[["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 `ReadTensorboardSizeRequest` class within the Vertex AI v1beta1 API, specifically for version 1.0.0-beta21, which is the latest."],["`ReadTensorboardSizeRequest` is a request message used by the `TensorboardService.ReadTensorboardSize` method, and it inherits from the `object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and offers two constructors: a default one and another to copy an existing `ReadTensorboardSizeRequest` object."],["`ReadTensorboardSizeRequest` includes two properties, `Tensorboard`, a string that requires the format `projects/{project}/locations/{location}/tensorboards/{tensorboard}`, and `TensorboardAsTensorboardName`, which presents a `TensorboardName`-typed view of the `Tensorboard` resource name."],["The documentation includes inherited members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]