Cloud AI Platform v1 API - Class UpdateTensorboardRunRequest (2.27.0)

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

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

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

Inheritance

object > UpdateTensorboardRunRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateTensorboardRunRequest()

public UpdateTensorboardRunRequest()

UpdateTensorboardRunRequest(UpdateTensorboardRunRequest)

public UpdateTensorboardRunRequest(UpdateTensorboardRunRequest other)
Parameter
NameDescription
otherUpdateTensorboardRunRequest

Properties

TensorboardRun

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}

Property Value
TypeDescription
TensorboardRun

UpdateMask

public FieldMask UpdateMask { get; set; }

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.

Property Value
TypeDescription
FieldMask