Class UpdateTensorboardExperimentRequest (1.15.1)

UpdateTensorboardExperimentRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for TensorboardService.UpdateTensorboardExperiment.

Attributes

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
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 will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten if new values are specified.
tensorboard_experiment google.cloud.aiplatform_v1.types.TensorboardExperiment
Required. The TensorboardExperiment's ``name`` field is used to identify the TensorboardExperiment to be updated. Format: ``projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}``

Inheritance

builtins.object > proto.message.Message > UpdateTensorboardExperimentRequest