public sealed class UpdateTensorboardRequest : IMessage<UpdateTensorboardRequest>, IEquatable<UpdateTensorboardRequest>, IDeepCloneable<UpdateTensorboardRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateTensorboardRequest.
Request message for
[TensorboardService.UpdateTensorboard][google.cloud.aiplatform.v1beta1.TensorboardService.UpdateTensorboard].
Required. The Tensorboard's name field is used to identify the
Tensorboard to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
Required. Field mask is used to specify the fields to be overwritten in the
Tensorboard resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field is overwritten if it's in the mask. If the
user does not provide a mask then all fields are overwritten if new
values are specified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUpdateTensorboardRequest\u003c/code\u003e class is a request message used for updating a Tensorboard resource within the Vertex AI v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering methods for message handling, comparison, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTensorboardRequest\u003c/code\u003e requires two properties for updates: \u003ccode\u003eTensorboard\u003c/code\u003e, specifying the Tensorboard to update by its name, and \u003ccode\u003eUpdateMask\u003c/code\u003e, indicating which fields should be modified.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for this class, the default constructor and a constructor to clone another object of the same class.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the namespace \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e and is located within the assembly \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]