Class CreateTensorboardExperimentRequest (1.16.1)

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

Request message for TensorboardService.CreateTensorboardExperiment.

Attributes

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

Inheritance

builtins.object > proto.message.Message > CreateTensorboardExperimentRequest