Class BatchCreateTensorboardRunsRequest (1.36.4)

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 MutableSequence[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.

Methods

BatchCreateTensorboardRunsRequest

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

Request message for TensorboardService.BatchCreateTensorboardRuns.