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
      Features getContext()
      .org.platanios.tensorflow.proto.Features context = 1;
      FeaturesOrBuilder getContextOrBuilder()
      .org.platanios.tensorflow.proto.Features context = 1;
      FeatureLists getFeatureLists()
      .org.platanios.tensorflow.proto.FeatureLists feature_lists = 2;
      FeatureListsOrBuilder getFeatureListsOrBuilder()
      .org.platanios.tensorflow.proto.FeatureLists feature_lists = 2;
      boolean hasContext()
      .org.platanios.tensorflow.proto.Features context = 1;
      boolean hasFeatureLists()
      .org.platanios.tensorflow.proto.FeatureLists feature_lists = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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()
        .org.platanios.tensorflow.proto.Features context = 1;
        Returns:
        Whether the context field is set.
      • getContext

        Features getContext()
        .org.platanios.tensorflow.proto.Features context = 1;
        Returns:
        The context.
      • getContextOrBuilder

        FeaturesOrBuilder getContextOrBuilder()
        .org.platanios.tensorflow.proto.Features context = 1;
      • hasFeatureLists

        boolean hasFeatureLists()
        .org.platanios.tensorflow.proto.FeatureLists feature_lists = 2;
        Returns:
        Whether the featureLists field is set.
      • getFeatureLists

        FeatureLists getFeatureLists()
        .org.platanios.tensorflow.proto.FeatureLists feature_lists = 2;
        Returns:
        The featureLists.
      • getFeatureListsOrBuilder

        FeatureListsOrBuilder getFeatureListsOrBuilder()
        .org.platanios.tensorflow.proto.FeatureLists feature_lists = 2;