org.tensorflow.util.LogMessageOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
The newest version!
// 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 - 2025 Weber Informatics LLC | Privacy Policy