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-03-31 UTC."],[[["The `DeleteTensorboardRequest` class is used to request the deletion of a Tensorboard resource in the Cloud AI Platform v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, comparison, cloning, and buffered operations."],["It includes properties like `Name` (a string representing the resource name) and `TensorboardName` (a typed view of the resource name)."],["The `DeleteTensorboardRequest` class has a constructor allowing for the creation of a new instance or a clone of an existing one."],["The `DeleteTensorboardRequest` class has a public property called \"Name\" which allows the user to use a format to delete a specific Tensorboard resource."]]],[]]