Google Cloud Ai Platform V1 Client - Class Metadata (1.44.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
Name Description
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
Type Description
int|string

setMaxStep

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

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

getMaxWallTime

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

Returns
Type Description
Google\Protobuf\Timestamp|null

hasMaxWallTime

clearMaxWallTime

setMaxWallTime

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

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$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
Type Description
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
Name Description
var int|string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.