Google Cloud Ai Platform V1 Client - Class TimeSeriesDataPoint (0.10.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

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ scalar
↳ blobs
↳ 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.

Generated from protobuf field .google.cloud.aiplatform.v1.Scalar scalar = 3;

Returns
Type
Description

hasScalar

setScalar

A scalar value.

Generated from protobuf field .google.cloud.aiplatform.v1.Scalar scalar = 3;

Parameter
Name
Description
Returns
Type
Description
$this

getTensor

A tensor value.

Generated from protobuf field .google.cloud.aiplatform.v1.TensorboardTensor tensor = 4;

Returns
Type
Description

hasTensor

setTensor

A tensor value.

Generated from protobuf field .google.cloud.aiplatform.v1.TensorboardTensor tensor = 4;

Parameter
Name
Description
Returns
Type
Description
$this

getBlobs

A blob sequence value.

Generated from protobuf field .google.cloud.aiplatform.v1.TensorboardBlobSequence blobs = 5;

hasBlobs

setBlobs

A blob sequence value.

Generated from protobuf field .google.cloud.aiplatform.v1.TensorboardBlobSequence blobs = 5;

Returns
Type
Description
$this

getWallTime

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

Generated from protobuf field .google.protobuf.Timestamp wall_time = 1;

Returns
Type
Description
Google\Protobuf\Timestamp|null

hasWallTime

clearWallTime

setWallTime

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

Generated from protobuf field .google.protobuf.Timestamp wall_time = 1;

Parameter
Name
Description
var
Google\Protobuf\Timestamp
Returns
Type
Description
$this

getStep

Step index of this data point within the run.

Generated from protobuf field int64 step = 2;

Returns
Type
Description
int|string

setStep

Step index of this data point within the run.

Generated from protobuf field int64 step = 2;

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this

getValue

Returns
Type
Description
string
Design a Mobile Site
View Site in Mobile | Classic
Share by: