public static interface TensorboardTimeSeries.MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxBlobSequenceLength()
Output only.
|
long |
getMaxStep()
Output only.
|
com.google.protobuf.Timestamp |
getMaxWallTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getMaxWallTimeOrBuilder()
Output only.
|
boolean |
hasMaxWallTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getMaxStep()
Output only. Max step index of all data points within a TensorboardTimeSeries.
int64 max_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];
com.google.protobuf.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];
com.google.protobuf.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];
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];Copyright © 2025 Google LLC. All rights reserved.