public sealed class UpdateTensorboardExperimentRequest : IMessage<UpdateTensorboardExperimentRequest>, IEquatable<UpdateTensorboardExperimentRequest>, IDeepCloneable<UpdateTensorboardExperimentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpdateTensorboardExperimentRequest.
Request message for [TensorboardService.UpdateTensorboardExperiment][google.cloud.aiplatform.v1beta1.TensorboardService.UpdateTensorboardExperiment].
Implements
IMessageUpdateTensorboardExperimentRequest, IEquatableUpdateTensorboardExperimentRequest, IDeepCloneableUpdateTensorboardExperimentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateTensorboardExperimentRequest()
public UpdateTensorboardExperimentRequest()UpdateTensorboardExperimentRequest(UpdateTensorboardExperimentRequest)
public UpdateTensorboardExperimentRequest(UpdateTensorboardExperimentRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdateTensorboardExperimentRequest | 
      
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
FieldMask | 
        |