ویژگی های کلاس نهایی استاتیک عمومی. ساز
Protobuf type tensorflow.Features
روش های عمومی
| Features.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| ویژگی ها | ساختن () |
| ویژگی ها | ساخت جزئی () |
| Features.Builder | روشن () |
| Features.Builder | ویژگی روشن () |
| Features.Builder | clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor) |
| Features.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| Features.Builder | کلون () |
| بولی | حاوی ویژگی (کلید رشته) Map from feature name to feature. |
| ویژگی ها | |
| نهایی static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| نقشه<رشته، ویژگی > | دریافت ویژگی () به جای آن از getFeatureMap() استفاده کنید. |
| بین المللی | getFeatureCount () Map from feature name to feature. |
| نقشه<رشته، ویژگی > | getFeatureMap () Map from feature name to feature. |
| ویژگی | |
| ویژگی | getFeatureOrThrow (کلید رشته) Map from feature name to feature. |
| نقشه<رشته، ویژگی > | getMutableFeature () به جای آن از ابزارهای جهش جایگزین استفاده کنید. |
| بولی نهایی | |
| Features.Builder | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Features.Builder | mergeFrom (com.google.protobuf.Message other) |
| ویژگی های نهایی.سازنده | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| Features.Builder | |
| Features.Builder | |
| Features.Builder | removeFeature (کلید رشته) Map from feature name to feature. |
| Features.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| Features.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
| ویژگی های نهایی.سازنده | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
public Features.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
بولین عمومی حاویFeature (کلید رشته)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
عمومی int getFeatureCount ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1; نقشه عمومی <رشته، ویژگی > getFeatureMap ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1; ویژگی عمومی getFeatureOrDefault (کلید رشته، مقدار پیش فرض ویژگی )
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; بولین نهایی عمومی isInitialized ()
public Features.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
public Features.Builder putAllFeature (Map<String, Feature > مقادیر)
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;