کلاس نهایی استاتیک عمومی XStatMetadata.Builder
Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. Next ID: 4
tensorflow.profiler.XStatMetadata روش های عمومی
| XStatMetadata.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| XStatMetadata | ساختن () |
| XStatMetadata | ساخت جزئی () |
| XStatMetadata.Builder | روشن () |
| XStatMetadata.Builder | توضیح واضح () Description of the stat (might be long). |
| XStatMetadata.Builder | clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor) |
| XStatMetadata.Builder | شفاف () XPlane.stat_metadata map key. |
| XStatMetadata.Builder | clearName () Name of the stat (should be short). |
| XStatMetadata.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| XStatMetadata.Builder | کلون () |
| XStatMetadata | |
| رشته | getDescription () Description of the stat (might be long). |
| com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
| نهایی static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| طولانی | getId () XPlane.stat_metadata map key. |
| رشته | getName () Name of the stat (should be short). |
| com.google.protobuf.ByteString | getNameBytes () Name of the stat (should be short). |
| بولی نهایی | |
| XStatMetadata.Builder | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata.Builder | mergeFrom (com.google.protobuf.Message other) |
| نهایی XStatMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| XStatMetadata.Builder | setDescription (مقدار رشته) Description of the stat (might be long). |
| XStatMetadata.Builder | setDescriptionBytes (مقدار com.google.protobuf.ByteString) Description of the stat (might be long). |
| XStatMetadata.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| XStatMetadata.Builder | setId (مقدار طولانی) XPlane.stat_metadata map key. |
| XStatMetadata.Builder | setName (مقدار رشته) Name of the stat (should be short). |
| XStatMetadata.Builder | setNameBytes (مقدار com.google.protobuf.ByteString) Name of the stat (should be short). |
| XStatMetadata.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
| نهایی XStatMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
عمومی XStatMetadata.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی XStatMetadata.Builder clearDescription ()
Description of the stat (might be long).
string description = 3; عمومی XStatMetadata.Builder clearName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; رشته عمومی getDescription ()
Description of the stat (might be long).
string description = 3; عمومی com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
دریافت شناسه عمومی طولانی ()
XPlane.stat_metadata map key.
int64 id = 1; رشته عمومی getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; عمومی com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; بولین نهایی عمومی isInitialized ()
عمومی XStatMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
نهایی عمومی XStatMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
عمومی XStatMetadata.Builder setDescription (مقدار رشته)
Description of the stat (might be long).
string description = 3; عمومی XStatMetadata.Builder setDescriptionBytes (مقدار com.google.protobuf.ByteString)
Description of the stat (might be long).
string description = 3; public XStatMetadata.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی XStatMetadata.Builder setName (مقدار رشته)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; عمومی XStatMetadata.Builder setNameBytes (مقدار com.google.protobuf.ByteString)
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;