Class BatchCreateTensorboardRunsRequest (1.9.0)

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

Request message for TensorboardService.BatchCreateTensorboardRuns.

Attributes

NameDescription
parent str
Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. Format: ``projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`` The parent field in the CreateTensorboardRunRequest messages must match this field.
requests Sequence[google.cloud.aiplatform_v1.types.CreateTensorboardRunRequest]
Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.

Inheritance

builtins.object > proto.message.Message > BatchCreateTensorboardRunsRequest