public sealed class GetTensorboardRequest : IMessage<GetTensorboardRequest>, IEquatable<GetTensorboardRequest>, IDeepCloneable<GetTensorboardRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["The `GetTensorboardRequest` class is part of the Cloud AI Platform v1beta1 API and is used to request a specific Tensorboard resource."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["`GetTensorboardRequest` has two constructors: a default constructor and one that accepts another `GetTensorboardRequest` object for copying its properties."],["It includes a `Name` property, which is a required string representing the Tensorboard resource name in the format `projects/{project}/locations/{location}/tensorboards/{tensorboard}`."],["There is also a `TensorboardName` property, that provides a strongly-typed view over the `Name` property, offering a strongly-typed representation of the Tensorboard resource."]]],[]]