org.tensorflow.framework.SummaryDescriptionOrBuilder 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.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/summary.proto
package org.tensorflow.framework;
public interface SummaryDescriptionOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.SummaryDescription)
com.google.protobuf.MessageOrBuilder {
/**
*
* Hint on how plugins should process the data in this series.
* Supported values include "scalar", "histogram", "image", "audio"
*
*
* string type_hint = 1;
*/
java.lang.String getTypeHint();
/**
*
* Hint on how plugins should process the data in this series.
* Supported values include "scalar", "histogram", "image", "audio"
*
*
* string type_hint = 1;
*/
com.google.protobuf.ByteString
getTypeHintBytes();
}