Cloud AI Platform v1 API - Class UpdateTensorboardExperimentRequest (2.27.0)

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

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

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

Inheritance

object > UpdateTensorboardExperimentRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateTensorboardExperimentRequest()

public UpdateTensorboardExperimentRequest()

UpdateTensorboardExperimentRequest(UpdateTensorboardExperimentRequest)

public UpdateTensorboardExperimentRequest(UpdateTensorboardExperimentRequest other)
Parameter
NameDescription
otherUpdateTensorboardExperimentRequest

Properties

TensorboardExperiment

public TensorboardExperiment TensorboardExperiment { get; set; }

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

Property Value
TypeDescription
TensorboardExperiment

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Field mask is used to specify the fields to be overwritten in the TensorboardExperiment 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