Google Cloud Ai Platform V1 Client - Class Metadata (0.23.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Metadata.

Describes metadata for a TensorboardTimeSeries.

Generated from protobuf message google.cloud.aiplatform.v1.TensorboardTimeSeries.Metadata

Namespace

Google \ Cloud \ AIPlatform \ V1 \ TensorboardTimeSeries

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ max_step int|string

Output only. Max step index of all data points within a TensorboardTimeSeries.

↳ max_wall_time Google\Protobuf\Timestamp

Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.

↳ max_blob_sequence_length int|string

Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.

getMaxStep

Output only. Max step index of all data points within a TensorboardTimeSeries.

Returns
TypeDescription
int|string

setMaxStep

Output only. Max step index of all data points within a TensorboardTimeSeries.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getMaxWallTime

Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasMaxWallTime

clearMaxWallTime

setMaxWallTime

Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.

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

getMaxBlobSequenceLength

Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.

Returns
TypeDescription
int|string

setMaxBlobSequenceLength

Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this