FeatureList

public final class FeatureList

 Containers for sequential data.
 A FeatureList contains lists of Features.  These may hold zero or more
 Feature values.
 FeatureLists are organized into categories by name.  The FeatureLists message
 contains the mapping from name to FeatureList.
 
Protobuf type tensorflow.FeatureList

Nested Classes

class FeatureList.Builder
 Containers for sequential data. 

Constants

int FEATURE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static FeatureList
FeatureList
final static com.google.protobuf.Descriptors.Descriptor
Feature
getFeature(int index)
repeated .tensorflow.Feature feature = 1;
int
getFeatureCount()
repeated .tensorflow.Feature feature = 1;
List<Feature>
getFeatureList()
repeated .tensorflow.Feature feature = 1;
FeatureOrBuilder
getFeatureOrBuilder(int index)
repeated .tensorflow.Feature feature = 1;
List<? extends FeatureOrBuilder>
getFeatureOrBuilderList()
repeated .tensorflow.Feature feature = 1;
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static FeatureList.Builder
newBuilder(FeatureList prototype)
static FeatureList.Builder
FeatureList.Builder
static FeatureList
parseDelimitedFrom(InputStream input)
static FeatureList
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureList
parseFrom(ByteBuffer data)
static FeatureList
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureList
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureList
parseFrom(com.google.protobuf.CodedInputStream input)
static FeatureList
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureList
parseFrom(com.google.protobuf.ByteString data)
static FeatureList
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureList
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
FeatureList.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int FEATURE_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static FeatureList getDefaultInstance ()

public FeatureList getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Feature getFeature (int index)

repeated .tensorflow.Feature feature = 1;

public int getFeatureCount ()

repeated .tensorflow.Feature feature = 1;

public List<Feature> getFeatureList ()

repeated .tensorflow.Feature feature = 1;

public FeatureOrBuilder getFeatureOrBuilder (int index)

repeated .tensorflow.Feature feature = 1;

public List<? extends FeatureOrBuilder> getFeatureOrBuilderList ()

repeated .tensorflow.Feature feature = 1;

public getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static FeatureList.Builder newBuilder (FeatureList prototype)

public static FeatureList.Builder newBuilder ()

public FeatureList.Builder newBuilderForType ()

public static FeatureList parseDelimitedFrom (InputStream input)

Throws
IOException

public static FeatureList parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static FeatureList parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static FeatureList parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static FeatureList parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static FeatureList parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static FeatureList parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static FeatureList parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static FeatureList parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static FeatureList parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public FeatureList.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException