Cloud AI Platform v1 API - Class UpdateTensorboardRequest (2.27.0)

public sealed class UpdateTensorboardRequest : IMessage<UpdateTensorboardRequest>, IEquatable<UpdateTensorboardRequest>, IDeepCloneable<UpdateTensorboardRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class UpdateTensorboardRequest.

Request message for [TensorboardService.UpdateTensorboard][google.cloud.aiplatform.v1.TensorboardService.UpdateTensorboard].

Inheritance

object > UpdateTensorboardRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateTensorboardRequest()

public UpdateTensorboardRequest()

UpdateTensorboardRequest(UpdateTensorboardRequest)

public UpdateTensorboardRequest(UpdateTensorboardRequest other)
Parameter
NameDescription
otherUpdateTensorboardRequest

Properties

Tensorboard

public Tensorboard Tensorboard { get; set; }

Required. The Tensorboard's name field is used to identify the Tensorboard to be updated. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

Property Value
TypeDescription
Tensorboard

UpdateMask

public FieldMask UpdateMask { get; set; }

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.

Property Value
TypeDescription
FieldMask