public sealed class UpdateTensorboardRunRequest : IMessage<UpdateTensorboardRunRequest>, IEquatable<UpdateTensorboardRunRequest>, IDeepCloneable<UpdateTensorboardRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateTensorboardRunRequest.
Request message for [TensorboardService.UpdateTensorboardRun][google.cloud.aiplatform.v1beta1.TensorboardService.UpdateTensorboardRun].
Implements
IMessageUpdateTensorboardRunRequest, IEquatableUpdateTensorboardRunRequest, IDeepCloneableUpdateTensorboardRunRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateTensorboardRunRequest()
public UpdateTensorboardRunRequest()
UpdateTensorboardRunRequest(UpdateTensorboardRunRequest)
public UpdateTensorboardRunRequest(UpdateTensorboardRunRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateTensorboardRunRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |