Interface ExampleOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Example, Example.Builder

    public interface ExampleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Features getFeatures()
      .org.platanios.tensorflow.proto.Features features = 1;
      FeaturesOrBuilder getFeaturesOrBuilder()
      .org.platanios.tensorflow.proto.Features features = 1;
      boolean hasFeatures()
      .org.platanios.tensorflow.proto.Features features = 1;
      • 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

      • hasFeatures

        boolean hasFeatures()
        .org.platanios.tensorflow.proto.Features features = 1;
        Returns:
        Whether the features field is set.
      • getFeatures

        Features getFeatures()
        .org.platanios.tensorflow.proto.Features features = 1;
        Returns:
        The features.
      • getFeaturesOrBuilder

        FeaturesOrBuilder getFeaturesOrBuilder()
        .org.platanios.tensorflow.proto.Features features = 1;