org.tensorflow.example.FeatureOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/example/feature.proto
package org.tensorflow.example;
public interface FeatureOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.Feature)
com.google.protobuf.MessageOrBuilder {
/**
* .tensorflow.BytesList bytes_list = 1;
*/
boolean hasBytesList();
/**
* .tensorflow.BytesList bytes_list = 1;
*/
org.tensorflow.example.BytesList getBytesList();
/**
* .tensorflow.BytesList bytes_list = 1;
*/
org.tensorflow.example.BytesListOrBuilder getBytesListOrBuilder();
/**
* .tensorflow.FloatList float_list = 2;
*/
boolean hasFloatList();
/**
* .tensorflow.FloatList float_list = 2;
*/
org.tensorflow.example.FloatList getFloatList();
/**
* .tensorflow.FloatList float_list = 2;
*/
org.tensorflow.example.FloatListOrBuilder getFloatListOrBuilder();
/**
* .tensorflow.Int64List int64_list = 3;
*/
boolean hasInt64List();
/**
* .tensorflow.Int64List int64_list = 3;
*/
org.tensorflow.example.Int64List getInt64List();
/**
* .tensorflow.Int64List int64_list = 3;
*/
org.tensorflow.example.Int64ListOrBuilder getInt64ListOrBuilder();
public org.tensorflow.example.Feature.KindCase getKindCase();
}