org.tensorflow.example.FeatureOrBuilder 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/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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy