מחלקה סופית סטטית ציבורית XEventMetadata.Builder
Metadata for an XEvent, corresponds to an event type and is shared by all XEvents with the same metadata_id. Next ID: 6
tensorflow.profiler.XEventMetadata
שיטות ציבוריות
XEventMetadata.Builder | addAllStats (Iterable<? מרחיב XStat > ערכים) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
XEventMetadata.Builder | |
XEventMetadata.Builder | addStats ( XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | |
XEventMetadata.Builder | addStats (int index, XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | addStatsBuilder (int index) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | addStatsBuilder () XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata | לבנות () |
XEventMetadata | buildPartial () |
XEventMetadata.Builder | ברור () |
XEventMetadata.Builder | clearDisplayName () Name of the event shown in trace viewer. |
XEventMetadata.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
XEventMetadata.Builder | clearId () XPlane.event_metadata map key. |
XEventMetadata.Builder | clearMetadata () Additional metadata in serialized format. |
XEventMetadata.Builder | clearName () Name of the event. |
XEventMetadata.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
XEventMetadata.Builder | clearStats () XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | שיבוט () |
XEventMetadata | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
חוּט | getDisplayName () Name of the event shown in trace viewer. |
com.google.protobuf.ByteString | getDisplayNameBytes () Name of the event shown in trace viewer. |
אָרוֹך | getId () XPlane.event_metadata map key. |
com.google.protobuf.ByteString | getMetadata () Additional metadata in serialized format. |
חוּט | getName () Name of the event. |
com.google.protobuf.ByteString | getNameBytes () Name of the event. |
XStat | getStats (int index) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | getStatsBuilder (int index) XStats that are constant for all XEvents with the same metadata_id. |
רשימה< XStat.Builder > | getStatsBuilderList () XStats that are constant for all XEvents with the same metadata_id. |
int | getStatsCount () XStats that are constant for all XEvents with the same metadata_id. |
רשימה< XStat > | getStatsList () XStats that are constant for all XEvents with the same metadata_id. |
XStatOrBuilder | getStatsOrBuilder (int index) XStats that are constant for all XEvents with the same metadata_id. |
רשימה<? מרחיב את XStatOrBuilder > | getStatsOrBuilderList () XStats that are constant for all XEvents with the same metadata_id. |
בוליאנית סופית | |
XEventMetadata.Builder | mergeFrom (com.google.protobuf.Message אחר) |
XEventMetadata.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
final XEventMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
XEventMetadata.Builder | removeStats (int index) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | setDisplayName (ערך מחרוזת) Name of the event shown in trace viewer. |
XEventMetadata.Builder | setDisplayNameBytes (ערך com.google.protobuf.ByteString) Name of the event shown in trace viewer. |
XEventMetadata.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
XEventMetadata.Builder | setId (ערך ארוך) XPlane.event_metadata map key. |
XEventMetadata.Builder | setMetadata (ערך com.google.protobuf.ByteString) Additional metadata in serialized format. |
XEventMetadata.Builder | setName (ערך מחרוזת) Name of the event. |
XEventMetadata.Builder | setNameBytes (ערך com.google.protobuf.ByteString) Name of the event. |
XEventMetadata.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
XEventMetadata.Builder | setStats (int index, XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | |
final XEventMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public XEventMetadata.Builder addAllStats (Iterable<? מרחיב XStat > ערכים)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XEventMetadata.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public XEventMetadata.Builder addStats (ערך XStat )
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XEventMetadata.Builder addStats ( XStat.Builder builderForValue)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XEventMetadata.Builder addStats (אינדקס int, ערך XStat )
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XEventMetadata.Builder addStats (int index, XStat.Builder builderForValue)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XStat.Builder addStatsBuilder (int index)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XStat.Builder addStatsBuilder ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XEventMetadata.Builder clearDisplayName ()
Name of the event shown in trace viewer.
string display_name = 4;
public XEventMetadata.Builder clearMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
public XEventMetadata.Builder clearStats ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
מחרוזת ציבורית getDisplayName ()
Name of the event shown in trace viewer.
string display_name = 4;
public com.google.protobuf.ByteString getDisplayNameBytes ()
Name of the event shown in trace viewer.
string display_name = 4;
getId ארוך ציבורי ()
XPlane.event_metadata map key.
int64 id = 1;
public com.google.protobuf.ByteString getMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
מחרוזת ציבורית getName ()
Name of the event.
string name = 2;
public com.google.protobuf.ByteString getNameBytes ()
Name of the event.
string name = 2;
XStat getStats ציבורי (אינדקס אינט)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XStat.Builder getStatsBuilder (int index)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
רשימה ציבורית< XStat.Builder > getStatsBuilderList ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public int getStatsCount ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
רשימה ציבורית< XStat > getStatsList ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
הציבור XStatOrBuilder getStatsOrBuilder (int index)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
רשימה ציבורית<? מרחיב את XStatOrBuilder > getStatsOrBuilderList ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
בוליאני הסופי הציבורי הוא אתחול ()
public XEventMetadata.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public final XEventMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public XEventMetadata.Builder removeStats (int index)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XEventMetadata.Builder setDisplayName (ערך מחרוזת)
Name of the event shown in trace viewer.
string display_name = 4;
public XEventMetadata.Builder setDisplayNameBytes (ערך com.google.protobuf.ByteString)
Name of the event shown in trace viewer.
string display_name = 4;
public XEventMetadata.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
ציבורי XEventMetadata.Builder setMetadata (ערך com.google.protobuf.ByteString)
Additional metadata in serialized format.
bytes metadata = 3;
הציבור XEventMetadata.Builder setNameBytes (ערך com.google.protobuf.ByteString)
Name of the event.
string name = 2;
public XEventMetadata.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס int, ערך אובייקט)
public XEventMetadata.Builder setStats (int index, XStat.Builder builderForValue)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
public XEventMetadata.Builder setStats (אינדקס int, ערך XStat )
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;