Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BatchReadTensorboardTimeSeriesDataResponse.
Response message for TensorboardService.BatchReadTensorboardTimeSeriesData.
Generated from protobuf message google.cloud.aiplatform.v1.BatchReadTensorboardTimeSeriesDataResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ time_series_data |
array<Google\Cloud\AIPlatform\V1\TimeSeriesData>
The returned time series data. |
getTimeSeriesData
The returned time series data.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTimeSeriesData
The returned time series data.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\TimeSeriesData>
|
Returns | |
---|---|
Type | Description |
$this |