public sealed class UpdateTensorboardRunRequest : IMessage<UpdateTensorboardRunRequest>, IEquatable<UpdateTensorboardRunRequest>, IDeepCloneable<UpdateTensorboardRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateTensorboardRunRequest.
Request message for
[TensorboardService.UpdateTensorboardRun][google.cloud.aiplatform.v1beta1.TensorboardService.UpdateTensorboardRun].
public TensorboardRun TensorboardRun { get; set; }
Required. The TensorboardRun's name field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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"]],[["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-08-14 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eUpdateTensorboardRunRequest\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically for version 1.0.0-beta21, which is the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTensorboardRunRequest\u003c/code\u003e class is a request message used for updating a TensorboardRun, and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and includes properties for \u003ccode\u003eTensorboardRun\u003c/code\u003e, which is the TensorboardRun to be updated, and \u003ccode\u003eUpdateMask\u003c/code\u003e, which specifies the fields to be overwritten during the update.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace of the class is \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e and it's contained within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTensorboardRunRequest\u003c/code\u003e class has two constructors, a default one with no parameters, and one that takes another \u003ccode\u003eUpdateTensorboardRunRequest\u003c/code\u003e as a parameter for copying purposes.\u003c/p\u003e\n"]]],[],null,[]]