Interface DebugMetadataOrBuilder

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

    public interface DebugMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFileVersion()
      Version of the DebugEvent file format.
      com.google.protobuf.ByteString getFileVersionBytes()
      Version of the DebugEvent file format.
      java.lang.String getTensorflowVersion()
      Version of TensorFlow.
      com.google.protobuf.ByteString getTensorflowVersionBytes()
      Version of TensorFlow.
      • 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

      • getTensorflowVersion

        java.lang.String getTensorflowVersion()
         Version of TensorFlow.
         
        string tensorflow_version = 1;
        Returns:
        The tensorflowVersion.
      • getTensorflowVersionBytes

        com.google.protobuf.ByteString getTensorflowVersionBytes()
         Version of TensorFlow.
         
        string tensorflow_version = 1;
        Returns:
        The bytes for tensorflowVersion.
      • getFileVersion

        java.lang.String getFileVersion()
         Version of the DebugEvent file format.
         Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
         
        string file_version = 2;
        Returns:
        The fileVersion.
      • getFileVersionBytes

        com.google.protobuf.ByteString getFileVersionBytes()
         Version of the DebugEvent file format.
         Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
         
        string file_version = 2;
        Returns:
        The bytes for fileVersion.