
org.tensorflow.example.VarLenFeatureProtoOrBuilder 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/example/example_parser_configuration.proto
package org.tensorflow.example;
public interface VarLenFeatureProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.VarLenFeatureProto)
com.google.protobuf.MessageOrBuilder {
/**
* optional .tensorflow.DataType dtype = 1;
*/
int getDtypeValue();
/**
* optional .tensorflow.DataType dtype = 1;
*/
org.tensorflow.framework.DataType getDtype();
/**
* optional string values_output_tensor_name = 2;
*/
java.lang.String getValuesOutputTensorName();
/**
* optional string values_output_tensor_name = 2;
*/
com.google.protobuf.ByteString
getValuesOutputTensorNameBytes();
/**
* optional string indices_output_tensor_name = 3;
*/
java.lang.String getIndicesOutputTensorName();
/**
* optional string indices_output_tensor_name = 3;
*/
com.google.protobuf.ByteString
getIndicesOutputTensorNameBytes();
/**
* optional string shapes_output_tensor_name = 4;
*/
java.lang.String getShapesOutputTensorName();
/**
* optional string shapes_output_tensor_name = 4;
*/
com.google.protobuf.ByteString
getShapesOutputTensorNameBytes();
}