public sealed class GetTensorboardRequest : IMessage<GetTensorboardRequest>, IEquatable<GetTensorboardRequest>, IDeepCloneable<GetTensorboardRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetTensorboardRequest.
Request message for
[TensorboardService.GetTensorboard][google.cloud.aiplatform.v1beta1.TensorboardService.GetTensorboard].
[[["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-21 UTC."],[[["`GetTensorboardRequest` is a class within the Vertex AI v1beta1 API, specifically part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and assembly `Google.Cloud.AIPlatform.V1Beta1.dll`."],["This class is a request message used for the `TensorboardService.GetTensorboard` method."],["The `GetTensorboardRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes properties such as `Name` (a string representing the Tensorboard resource name) and `TensorboardName`, which provides a typed view of the `Name` property."],["There are two constructor methods available, one default and one that takes a `GetTensorboardRequest` object as a parameter for creating a copy."]]],[]]