מחלקה סופית סטטית ציבורית 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, ערך אובייקט) |
| XStatMetadata | לבנות () |
| XStatMetadata | buildPartial () |
| XStatMetadata.Builder | ברור () |
| XStatMetadata.Builder | clearDescription () Description of the stat (might be long). |
| XStatMetadata.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
| XStatMetadata.Builder | clearId () 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). |
| final 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 אחר) |
| הסופי XStatMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| 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, ערך אובייקט) |
| 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, אינדקס אינט, ערך אובייקט) |
| הסופי XStatMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public XStatMetadata.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public XStatMetadata.Builder clearDescription ()
Description of the stat (might be long).
string description = 3; public 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; public com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
getId ארוך ציבורי ()
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; public com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; בוליאני הסופי הציבורי הוא אתחול ()
public XStatMetadata.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| IOException |
|---|
public final XStatMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public 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; ציבורי XStatMetadata.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public 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;