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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturesgetContext().tensorflow.Features context = 1;FeaturesOrBuildergetContextOrBuilder().tensorflow.Features context = 1;FeatureListsgetFeatureLists().tensorflow.FeatureLists feature_lists = 2;FeatureListsOrBuildergetFeatureListsOrBuilder().tensorflow.FeatureLists feature_lists = 2;booleanhasContext().tensorflow.Features context = 1;booleanhasFeatureLists().tensorflow.FeatureLists feature_lists = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-