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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytesListgetBytesList().tensorflow.BytesList bytes_list = 1;BytesListOrBuildergetBytesListOrBuilder().tensorflow.BytesList bytes_list = 1;FloatListgetFloatList().tensorflow.FloatList float_list = 2;FloatListOrBuildergetFloatListOrBuilder().tensorflow.FloatList float_list = 2;Int64ListgetInt64List().tensorflow.Int64List int64_list = 3;Int64ListOrBuildergetInt64ListOrBuilder().tensorflow.Int64List int64_list = 3;Feature.KindCasegetKindCase()booleanhasBytesList().tensorflow.BytesList bytes_list = 1;booleanhasFloatList().tensorflow.FloatList float_list = 2;booleanhasInt64List().tensorflow.Int64List int64_list = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-