Class BatchReadTensorboardTimeSeriesDataRequest (1.29.0)

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

Request message for TensorboardService.BatchReadTensorboardTimeSeriesData .

Attributes

Name
Description
tensorboard
str
Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard} . The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard.
time_series
MutableSequence[str]
Required. The resource names of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}