FeatureLists

public final class FeatureLists

Protobuf type tensorflow.FeatureLists

Nested Classes

class FeatureLists.Builder Protobuf type tensorflow.FeatureLists  

Constants

int FEATURE_LIST_FIELD_NUMBER

Public Methods

boolean
containsFeatureList(String key)
 Map from feature name to feature list.
boolean
equals(Object obj)
static FeatureLists
FeatureLists
final static com.google.protobuf.Descriptors.Descriptor
Map<String, FeatureList>
int
getFeatureListCount()
 Map from feature name to feature list.
Map<String, FeatureList>
getFeatureListMap()
 Map from feature name to feature list.
FeatureList
getFeatureListOrDefault(String key, FeatureList defaultValue)
 Map from feature name to feature list.
FeatureList
getFeatureListOrThrow(String key)
 Map from feature name to feature list.
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static FeatureLists.Builder
static FeatureLists.Builder
FeatureLists.Builder
static FeatureLists
parseDelimitedFrom(InputStream input)
static FeatureLists
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureLists
parseFrom(ByteBuffer data)
static FeatureLists
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureLists
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureLists
parseFrom(com.google.protobuf.CodedInputStream input)
static FeatureLists
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureLists
parseFrom(com.google.protobuf.ByteString data)
static FeatureLists
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureLists
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
FeatureLists.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int FEATURE_LIST_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean containsFeatureList (String key)

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

public boolean equals (Object obj)

public static FeatureLists getDefaultInstance ()

public FeatureLists getDefaultInstanceForType ()

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

public Map<String, FeatureList> getFeatureList ()

Use getFeatureListMap() instead.

public int getFeatureListCount ()

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

public Map<String, FeatureList> getFeatureListMap ()

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

public FeatureList getFeatureListOrDefault (String key, FeatureList defaultValue)

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

public FeatureList getFeatureListOrThrow (String key)

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

public getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static FeatureLists.Builder newBuilder (FeatureLists prototype)

public static FeatureLists.Builder newBuilder ()

public FeatureLists.Builder newBuilderForType ()

public static FeatureLists parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static FeatureLists parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public FeatureLists.Builder toBuilder ()

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

Throws
IOException