Interface TensorboardTimeSeries.MetadataOrBuilder (3.42.0)

public static interface TensorboardTimeSeries.MetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxBlobSequenceLength()

public abstract long 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.

int64 max_blob_sequence_length = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The maxBlobSequenceLength.

getMaxStep()

public abstract long getMaxStep()

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

int64 max_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The maxStep.

getMaxWallTime()

public abstract Timestamp getMaxWallTime()

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

.google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The maxWallTime.

getMaxWallTimeOrBuilder()

public abstract TimestampOrBuilder getMaxWallTimeOrBuilder()

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

.google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasMaxWallTime()

public abstract boolean hasMaxWallTime()

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

.google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the maxWallTime field is set.