Class BatchCreateTensorboardTimeSeriesRequest (1.4.3)

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

Request message for TensorboardService.BatchCreateTensorboardTimeSeries.

Attributes

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

Inheritance

builtins.object > proto.message.Message > BatchCreateTensorboardTimeSeriesRequest