public interface FeaturesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsFeature(String key)
 Map from feature name to feature. 
 | 
Map<String,Feature> | 
getFeature()
Deprecated.  
 | 
int | 
getFeatureCount()
 Map from feature name to feature. 
 | 
Map<String,Feature> | 
getFeatureMap()
 Map from feature name to feature. 
 | 
Feature | 
getFeatureOrDefault(String key,
                   Feature defaultValue)
 Map from feature name to feature. 
 | 
Feature | 
getFeatureOrThrow(String key)
 Map from feature name to feature. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFeatureCount()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;boolean containsFeature(String key)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;@Deprecated Map<String,Feature> getFeature()
getFeatureMap() instead.Map<String,Feature> getFeatureMap()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;Feature getFeatureOrDefault(String key, Feature defaultValue)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;Copyright © 2015–2017. All rights reserved.