Class WriteTensorboardRunDataRequest (1.15.0)

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

Request message for TensorboardService.WriteTensorboardRunData.

Attributes

NameDescription
tensorboard_run str
Required. The resource name of the TensorboardRun to write data to. Format: ``projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}``
time_series_data Sequence[google.cloud.aiplatform_v1.types.TimeSeriesData]
Required. The TensorboardTimeSeries data to write. Values with in a time series are indexed by their step value. Repeated writes to the same step will overwrite the existing value for that step. The upper limit of data points per write request is 5000.

Inheritance

builtins.object > proto.message.Message > WriteTensorboardRunDataRequest