public final class
Features
Protobuf type
tensorflow.Features
Nested Classes
| class | Features.Builder |
Protobuf type
tensorflow.Features
|
|
Constants
| int | FEATURE_FIELD_NUMBER |
Public Methods
| boolean |
containsFeature
(String key)
Map from feature name to feature. |
| boolean |
equals
(Object obj)
|
| static Features | |
| Features | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Map<String, Feature > |
getFeature
()
Use
getFeatureMap()
instead.
|
| int |
getFeatureCount
()
Map from feature name to feature. |
| Map<String, Feature > |
getFeatureMap
()
Map from feature name to feature. |
| Feature | |
| Feature |
getFeatureOrThrow
(String key)
Map from feature name to feature. |
|
|
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int |
hashCode
()
|
| final boolean | |
| static Features.Builder |
newBuilder
(
Features
prototype)
|
| static Features.Builder |
newBuilder
()
|
| Features.Builder | |
| static Features |
parseDelimitedFrom
(InputStream input)
|
| static Features |
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static Features |
parseFrom
(ByteBuffer data)
|
| static Features |
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static Features |
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static Features |
parseFrom
(com.google.protobuf.CodedInputStream input)
|
| static Features |
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static Features |
parseFrom
(com.google.protobuf.ByteString data)
|
| static Features |
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static Features |
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser
()
|
| Features.Builder |
toBuilder
()
|
| void |
writeTo
(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int FEATURE_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean containsFeature (String key)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getFeatureCount ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public Map<String, Feature > getFeatureMap ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public Feature getFeatureOrDefault (String key, Feature defaultValue)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public Feature getFeatureOrThrow (String key)
Map from feature name to feature.
map<string, .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 Features parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static Features parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static Features parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static Features parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static Features parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static Features parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static Features parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException |
|---|