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

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

There is a newer version: 0.11.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorboard/src/event.proto

package org.tensorflow.util;

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy