public sealed class DeleteTensorboardRequest : IMessage<DeleteTensorboardRequest>, IEquatable<DeleteTensorboardRequest>, IDeepCloneable<DeleteTensorboardRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteTensorboardRequest.
Request message for
[TensorboardService.DeleteTensorboard][google.cloud.aiplatform.v1beta1.TensorboardService.DeleteTensorboard].
[[["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 `DeleteTensorboardRequest` class is part of the Cloud AI Platform v1beta1 API and is used to request the deletion of a Tensorboard."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteTensorboardRequest` includes properties like `Name` (a string representing the Tensorboard's resource name) and `TensorboardName` (a typed view of the name)."],["There are two constructors for `DeleteTensorboardRequest`: a default constructor and one that accepts another `DeleteTensorboardRequest` object for copying."],["The `Name` property of `DeleteTensorboardRequest` is a required string that describes the format of the tensorboard that needs to be deleted."]]],[]]