Interface CheckpointStateProto.CheckpointStateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAllModelCheckpointPaths​(int index)
      Paths to all not-yet-deleted model checkpoints, sorted from oldest to newest.
      com.google.protobuf.ByteString getAllModelCheckpointPathsBytes​(int index)
      Paths to all not-yet-deleted model checkpoints, sorted from oldest to newest.
      int getAllModelCheckpointPathsCount()
      Paths to all not-yet-deleted model checkpoints, sorted from oldest to newest.
      java.util.List<java.lang.String> getAllModelCheckpointPathsList()
      Paths to all not-yet-deleted model checkpoints, sorted from oldest to newest.
      java.lang.String getModelCheckpointPath()
      Path to the most-recent model checkpoint.
      com.google.protobuf.ByteString getModelCheckpointPathBytes()
      Path to the most-recent model 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 Detail

      • getModelCheckpointPath

        java.lang.String getModelCheckpointPath()
         Path to the most-recent model checkpoint.
         
        string model_checkpoint_path = 1;
        Returns:
        The modelCheckpointPath.
      • getModelCheckpointPathBytes

        com.google.protobuf.ByteString getModelCheckpointPathBytes()
         Path to the most-recent model checkpoint.
         
        string model_checkpoint_path = 1;
        Returns:
        The bytes for modelCheckpointPath.
      • getAllModelCheckpointPathsList

        java.util.List<java.lang.String> getAllModelCheckpointPathsList()
         Paths to all not-yet-deleted model checkpoints, sorted from oldest to newest.
         Note that the value of model_checkpoint_path should be the last item in this list.
         
        repeated string all_model_checkpoint_paths = 2;
        Returns:
        A list containing the allModelCheckpointPaths.
      • getAllModelCheckpointPathsCount

        int getAllModelCheckpointPathsCount()
         Paths to all not-yet-deleted model checkpoints, sorted from oldest to newest.
         Note that the value of model_checkpoint_path should be the last item in this list.
         
        repeated string all_model_checkpoint_paths = 2;
        Returns:
        The count of allModelCheckpointPaths.
      • getAllModelCheckpointPaths

        java.lang.String getAllModelCheckpointPaths​(int index)
         Paths to all not-yet-deleted model checkpoints, sorted from oldest to newest.
         Note that the value of model_checkpoint_path should be the last item in this list.
         
        repeated string all_model_checkpoint_paths = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The allModelCheckpointPaths at the given index.
      • getAllModelCheckpointPathsBytes

        com.google.protobuf.ByteString getAllModelCheckpointPathsBytes​(int index)
         Paths to all not-yet-deleted model checkpoints, sorted from oldest to newest.
         Note that the value of model_checkpoint_path should be the last item in this list.
         
        repeated string all_model_checkpoint_paths = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allModelCheckpointPaths at the given index.