Interface TensorboardTimeSeries.MetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TensorboardTimeSeries.Metadata, TensorboardTimeSeries.Metadata.Builder
Enclosing class:
TensorboardTimeSeries

public static interface TensorboardTimeSeries.MetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Output only.
    long
    Output only.
    com.google.protobuf.Timestamp
    Output only.
    com.google.protobuf.TimestampOrBuilder
    Output only.
    boolean
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMaxStep

      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:
      The maxStep.
    • hasMaxWallTime

      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:
      Whether the maxWallTime field is set.
    • getMaxWallTime

      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];
      Returns:
      The maxWallTime.
    • getMaxWallTimeOrBuilder

      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];
    • getMaxBlobSequenceLength

      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:
      The maxBlobSequenceLength.