All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.util.LogMessageOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/util/event.proto

package org.tensorflow.util;

public interface LogMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.LogMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .tensorflow.LogMessage.Level level = 1;
   */
  int getLevelValue();
  /**
   * .tensorflow.LogMessage.Level level = 1;
   */
  org.tensorflow.util.LogMessage.Level getLevel();

  /**
   * string message = 2;
   */
  java.lang.String getMessage();
  /**
   * string message = 2;
   */
  com.google.protobuf.ByteString
      getMessageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy