![JAR search and dependency download from the Maven repository](/logo.png)
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 tensorflow-client Show documentation
Show all versions of tensorflow-client Show documentation
Prebuilt tensorflow serving client
The newest version!
// 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"
*
*
* optional 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"
*
*
* optional string type_hint = 1;
*/
com.google.protobuf.ByteString
getTypeHintBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy