genel statik son sınıf 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
Genel Yöntemler
XEventMetadata.Builder | addAllStats (Yinelenebilir<?, XStat > değerleri genişletir) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
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 dizini, XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | addStatsBuilder (int dizini) 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. |
XEventMeta Verileri | inşa etmek () |
XEventMeta Verileri | inşaKısmi () |
XEventMetadata.Builder | temizlemek () |
XEventMetadata.Builder | clearDisplayName () Name of the event shown in trace viewer. |
XEventMetadata.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
XEventMetadata.Builder | temizleme kimliği () 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 | klon () |
XEventMeta Verileri | |
final statik com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Sicim | getDisplayName () Name of the event shown in trace viewer. |
com.google.protobuf.ByteString | getDisplayNameBytes () Name of the event shown in trace viewer. |
uzun | kimliği al () XPlane.event_metadata map key. |
com.google.protobuf.ByteString | getMetadata () Additional metadata in serialized format. |
Sicim | getName () Name of the event. |
com.google.protobuf.ByteString | getNameBytes () Name of the event. |
XStat | getStats (int dizini) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | getStatsBuilder (int dizini) XStats that are constant for all XEvents with the same metadata_id. |
Liste< 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. |
Liste< XStat > | getStatsList () XStats that are constant for all XEvents with the same metadata_id. |
XStatOrBuilder | getStatsOrBuilder (int dizini) XStats that are constant for all XEvents with the same metadata_id. |
Liste<? XStatOrBuilder'ı genişletiyor > | getStatsOrBuilderList () XStats that are constant for all XEvents with the same metadata_id. |
son boole değeri | Başlatıldı () |
XEventMetadata.Builder | mergeFrom (com.google.protobuf.Message other) |
XEventMetadata.Builder | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
son XEventMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
XEventMetadata.Builder | RemoveStats (int dizini) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | setDisplayName (Dize değeri) Name of the event shown in trace viewer. |
XEventMetadata.Builder | setDisplayNameBytes (com.google.protobuf.ByteString değeri) Name of the event shown in trace viewer. |
XEventMetadata.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
XEventMetadata.Builder | setId (uzun değer) XPlane.event_metadata map key. |
XEventMetadata.Builder | setMetadata (com.google.protobuf.ByteString değeri) Additional metadata in serialized format. |
XEventMetadata.Builder | setName (Dize değeri) Name of the event. |
XEventMetadata.Builder | setNameBytes (com.google.protobuf.ByteString değeri) Name of the event. |
XEventMetadata.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
XEventMetadata.Builder | setStats (int dizini, XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | |
son XEventMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Kalıtsal Yöntemler
Genel Yöntemler
public XEventMetadata.Builder addAllStats (Yinelenebilir<?, XStat > değerlerini genişletir)
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 alanı, Nesne değeri)
public XEventMetadata.Builder addStats ( XStat değeri)
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;
genel 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 dizini, XStat değeri)
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;
genel XEventMetadata.Builder addStats (int dizini, 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 dizini)
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;
genel 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;
genel XEventMetadata.Builder clearMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
genel 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 ()
public String 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;
genel uzun getId ()
XPlane.event_metadata map key.
int64 id = 1;
public com.google.protobuf.ByteString getMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
genel Dize getName ()
Name of the event.
string name = 2;
public com.google.protobuf.ByteString getNameBytes ()
Name of the event.
string name = 2;
genel XStat getStats (int dizini)
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 dizini)
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;
genel Liste< 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;
genel Liste< 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;
genel XStatOrBuilder getStatsOrBuilder (int dizini)
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;
genel liste<? XStatOrBuilder'ı genişletir > 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;
genel final boolean isInitialized ()
genel XEventMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel final XEventMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public XEventMetadata.Builder kaldırmaStats (int dizini)
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 (Dize değeri)
Name of the event shown in trace viewer.
string display_name = 4;
public XEventMetadata.Builder setDisplayNameBytes (com.google.protobuf.ByteString değeri)
Name of the event shown in trace viewer.
string display_name = 4;
public XEventMetadata.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
public XEventMetadata.Builder setMetadata (com.google.protobuf.ByteString değeri)
Additional metadata in serialized format.
bytes metadata = 3;
public XEventMetadata.Builder setNameBytes (com.google.protobuf.ByteString değeri)
Name of the event.
string name = 2;
public XEventMetadata.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
genel XEventMetadata.Builder setStats (int dizini, 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 dizini, XStat değeri)
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;