Class CreateTensorboardRunRequest (1.8.1)

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

Request message for TensorboardService.CreateTensorboardRun.

Attributes

NameDescription
parent str
Required. The resource name of the TensorboardExperiment to create the TensorboardRun in. Format: ``projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}``
tensorboard_run google.cloud.aiplatform_v1.types.TensorboardRun
Required. The TensorboardRun to create.
tensorboard_run_id str
Required. The ID to use for the Tensorboard run, which will become the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid characters are /`a-z][0-9]`-/.

Inheritance

builtins.object > proto.message.Message > CreateTensorboardRunRequest