מחלקה סופית סטטית ציבורית Features.Builder
tensorflow.Features
מסוג Protobuf.תכונות
שיטות ציבוריות
תכונות.בונה | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
תכונות | לבנות () |
תכונות | buildPartial () |
תכונות.בונה | ברור () |
תכונות.בונה | clearfeature () |
תכונות.בונה | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
תכונות.בונה | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
תכונות.בונה | שיבוט () |
בוליאני | containsFeature (מפתח מחרוזת) Map from feature name to feature. |
תכונות | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
מפה<String, Feature > | getFeature () השתמש ב- getFeatureMap() במקום זאת. |
int | getFeatureCount () Map from feature name to feature. |
מפה<String, Feature > | getFeatureMap () Map from feature name to feature. |
תכונה | |
תכונה | getFeatureOrThrow (מפתח מחרוזת) Map from feature name to feature. |
מפה<String, Feature > | getMutableFeature () השתמש במקום זאת באביזרי מוטציה חלופיים. |
בוליאנית סופית | |
תכונות.בונה | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
תכונות.בונה | mergeFrom (com.google.protobuf.Message אחר) |
Final Features.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
תכונות.בונה | |
תכונות.בונה | |
תכונות.בונה | removeFeature (מפתח מחרוזת) Map from feature name to feature. |
תכונות.בונה | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
תכונות.בונה | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
Final Features.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public Features.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
מכיל בוליאני ציבורי תכונה (מפתח מחרוזת)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getFeatureCount ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
מפה ציבורית<String, Feature > getFeatureMap ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public feature getFeatureOrDefault (מפתח מחרוזת, תכונה defaultValue)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
תכונה ציבורית getFeatureOrThrow (מפתח מחרוזת)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
בוליאני הסופי הציבורי הוא אתחול ()
public Features.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
Public final Features.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public Features.Builder putAllFeature (Map<String, Feature > values)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public Features.Builder putFeature (מפתח מחרוזת, ערך תכונה )
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
Public Features.Builder removeFeature (מפתח מחרוזת)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;