Interface ModelVersionCheckpointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelVersionCheckpoint, ModelVersionCheckpoint.Builder

@Generated public interface ModelVersionCheckpointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the checkpoint.
    com.google.protobuf.ByteString
    The ID of the checkpoint.
    long
    The epoch of the checkpoint.
    long
    The step of the checkpoint.

    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

    • getCheckpointId

      String getCheckpointId()
       The ID of the checkpoint.
       
      string checkpoint_id = 1;
      Returns:
      The checkpointId.
    • getCheckpointIdBytes

      com.google.protobuf.ByteString getCheckpointIdBytes()
       The ID of the checkpoint.
       
      string checkpoint_id = 1;
      Returns:
      The bytes for checkpointId.
    • getEpoch

      long getEpoch()
       The epoch of the checkpoint.
       
      int64 epoch = 2;
      Returns:
      The epoch.
    • getStep

      long getStep()
       The step of the checkpoint.
       
      int64 step = 3;
      Returns:
      The step.