Package org.tensorflow.example
Interface FeatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Feature,Feature.Builder
public interface FeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.tensorflow.BytesList bytes_list = 1;.tensorflow.BytesList bytes_list = 1;.tensorflow.FloatList float_list = 2;.tensorflow.FloatList float_list = 2;.tensorflow.Int64List int64_list = 3;.tensorflow.Int64List int64_list = 3;boolean.tensorflow.BytesList bytes_list = 1;boolean.tensorflow.FloatList float_list = 2;boolean.tensorflow.Int64List int64_list = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBytesList
boolean hasBytesList().tensorflow.BytesList bytes_list = 1;- Returns:
- Whether the bytesList field is set.
-
getBytesList
BytesList getBytesList().tensorflow.BytesList bytes_list = 1;- Returns:
- The bytesList.
-
getBytesListOrBuilder
BytesListOrBuilder getBytesListOrBuilder().tensorflow.BytesList bytes_list = 1; -
hasFloatList
boolean hasFloatList().tensorflow.FloatList float_list = 2;- Returns:
- Whether the floatList field is set.
-
getFloatList
FloatList getFloatList().tensorflow.FloatList float_list = 2;- Returns:
- The floatList.
-
getFloatListOrBuilder
FloatListOrBuilder getFloatListOrBuilder().tensorflow.FloatList float_list = 2; -
hasInt64List
boolean hasInt64List().tensorflow.Int64List int64_list = 3;- Returns:
- Whether the int64List field is set.
-
getInt64List
Int64List getInt64List().tensorflow.Int64List int64_list = 3;- Returns:
- The int64List.
-
getInt64ListOrBuilder
Int64ListOrBuilder getInt64ListOrBuilder().tensorflow.Int64List int64_list = 3; -
getKindCase
Feature.KindCase getKindCase()
-