Interface FeatureListOrBuilder

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

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

    Modifier and Type Method Description
    Feature getFeature​(int index)
    repeated .tensorflow.Feature feature = 1;
    int getFeatureCount()
    repeated .tensorflow.Feature feature = 1;
    java.util.List<Feature> getFeatureList()
    repeated .tensorflow.Feature feature = 1;
    FeatureOrBuilder getFeatureOrBuilder​(int index)
    repeated .tensorflow.Feature feature = 1;
    java.util.List<? extends FeatureOrBuilder> getFeatureOrBuilderList()
    repeated .tensorflow.Feature feature = 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