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 \ TensorboardTimeSeriesMethods
__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 |
|