Google Cloud Ai Platform V1 Client - Class TimeSeriesDataPoint (0.20.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ scalar Google\Cloud\AIPlatform\V1\Scalar

A scalar value.

↳ tensor Google\Cloud\AIPlatform\V1\TensorboardTensor

A tensor value.

↳ blobs Google\Cloud\AIPlatform\V1\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
TypeDescription
Google\Cloud\AIPlatform\V1\Scalar|null

hasScalar

setScalar

A scalar value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Scalar
Returns
TypeDescription
$this

getTensor

A tensor value.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\TensorboardTensor|null

hasTensor

setTensor

A tensor value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\TensorboardTensor
Returns
TypeDescription
$this

getBlobs

A blob sequence value.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\TensorboardBlobSequence|null

hasBlobs

setBlobs

A blob sequence value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\TensorboardBlobSequence
Returns
TypeDescription
$this

getWallTime

Wall clock timestamp when this data point is generated by the end user.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasWallTime

clearWallTime

setWallTime

Wall clock timestamp when this data point is generated by the end user.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getStep

Step index of this data point within the run.

Returns
TypeDescription
int|string

setStep

Step index of this data point within the run.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getValue

Returns
TypeDescription
string