Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class WriteTensorboardRunDataRequest.
Request message for TensorboardService.WriteTensorboardRunData.
Generated from protobuf message google.cloud.aiplatform.v1.WriteTensorboardRunDataRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tensorboard_run |
string
Required. The resource name of the TensorboardRun to write data to. Format: |
↳ time_series_data |
array<Google\Cloud\AIPlatform\V1\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. |
getTensorboardRun
Required. The resource name of the TensorboardRun to write data to.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Generated from protobuf field string tensorboard_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setTensorboardRun
Required. The resource name of the TensorboardRun to write data to.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Generated from protobuf field string tensorboard_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTimeSeriesData
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.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTimeSeriesData
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.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\TimeSeriesData>
|
Returns | |
---|---|
Type | Description |
$this |