Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class TimeSeriesDataPoint.
A TensorboardTimeSeries data point.
Generated from protobuf message google.cloud.aiplatform.v1.TimeSeriesDataPoint
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scalar |
Scalar
A scalar value. |
↳ tensor |
TensorboardTensor
A tensor value. |
↳ blobs |
TensorboardBlobSequence
A blob sequence value. |
↳ wall_time |
Google\Protobuf\Timestamp
Wall clock timestamp when this data point is generated by the end user. |
↳ step |
int|string
Step index of this data point within the run. |
getScalar
A scalar value.
| Returns | |
|---|---|
| Type | Description |
Scalar|null |
|
hasScalar
setScalar
A scalar value.
| Parameter | |
|---|---|
| Name | Description |
var |
Scalar
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTensor
A tensor value.
| Returns | |
|---|---|
| Type | Description |
TensorboardTensor|null |
|
hasTensor
setTensor
A tensor value.
| Parameter | |
|---|---|
| Name | Description |
var |
TensorboardTensor
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBlobs
A blob sequence value.
| Returns | |
|---|---|
| Type | Description |
TensorboardBlobSequence|null |
|
hasBlobs
setBlobs
A blob sequence value.
| Parameter | |
|---|---|
| Name | Description |
var |
TensorboardBlobSequence
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWallTime
Wall clock timestamp when this data point is generated by the end user.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasWallTime
clearWallTime
setWallTime
Wall clock timestamp when this data point is generated by the end user.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStep
Step index of this data point within the run.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setStep
Step index of this data point within the run.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
| Returns | |
|---|---|
| Type | Description |
string |
|