Package org.tensorflow.example
Interface SequenceExampleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SequenceExample,SequenceExample.Builder
public interface SequenceExampleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.tensorflow.Features context = 1;.tensorflow.Features context = 1;.tensorflow.FeatureLists feature_lists = 2;.tensorflow.FeatureLists feature_lists = 2;boolean.tensorflow.Features context = 1;boolean.tensorflow.FeatureLists feature_lists = 2;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
-
hasContext
boolean hasContext().tensorflow.Features context = 1;- Returns:
- Whether the context field is set.
-
getContext
Features getContext().tensorflow.Features context = 1;- Returns:
- The context.
-
getContextOrBuilder
FeaturesOrBuilder getContextOrBuilder().tensorflow.Features context = 1; -
hasFeatureLists
boolean hasFeatureLists().tensorflow.FeatureLists feature_lists = 2;- Returns:
- Whether the featureLists field is set.
-
getFeatureLists
FeatureLists getFeatureLists().tensorflow.FeatureLists feature_lists = 2;- Returns:
- The featureLists.
-
getFeatureListsOrBuilder
FeatureListsOrBuilder getFeatureListsOrBuilder().tensorflow.FeatureLists feature_lists = 2;
-