Interface FeaturesOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsFeature​(java.lang.String key)
      Map from feature name to feature.
      java.util.Map<java.lang.String,​Feature> getFeature()
      Deprecated.
      int getFeatureCount()
      Map from feature name to feature.
      java.util.Map<java.lang.String,​Feature> getFeatureMap()
      Map from feature name to feature.
      Feature getFeatureOrDefault​(java.lang.String key, Feature defaultValue)
      Map from feature name to feature.
      Feature getFeatureOrThrow​(java.lang.String key)
      Map from feature name to feature.
      • 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

      • getFeatureCount

        int getFeatureCount()
         Map from feature name to feature.
         
        map<string, .org.platanios.tensorflow.proto.Feature> feature = 1;
      • containsFeature

        boolean containsFeature​(java.lang.String key)
         Map from feature name to feature.
         
        map<string, .org.platanios.tensorflow.proto.Feature> feature = 1;
      • getFeature

        @Deprecated
        java.util.Map<java.lang.String,​Feature> getFeature()
        Deprecated.
        Use getFeatureMap() instead.
      • getFeatureMap

        java.util.Map<java.lang.String,​Feature> getFeatureMap()
         Map from feature name to feature.
         
        map<string, .org.platanios.tensorflow.proto.Feature> feature = 1;
      • getFeatureOrDefault

        Feature getFeatureOrDefault​(java.lang.String key,
                                    Feature defaultValue)
         Map from feature name to feature.
         
        map<string, .org.platanios.tensorflow.proto.Feature> feature = 1;
      • getFeatureOrThrow

        Feature getFeatureOrThrow​(java.lang.String key)
         Map from feature name to feature.
         
        map<string, .org.platanios.tensorflow.proto.Feature> feature = 1;