classe finale statica pubblica 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
Metodi pubblici
XEventMetadata.Builder | addAllStats (Iterable<? estende XStat > valori) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
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 (indice int, XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | addStatsBuilder (indice int) 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 | costruire () |
XEventMetadata | buildPartial () |
XEventMetadata.Builder | chiaro () |
XEventMetadata.Builder | clearDisplayName () Name of the event shown in trace viewer. |
XEventMetadata.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
XEventMetadata.Builder | IDclear () XPlane.event_metadata map key. |
XEventMetadata.Builder | clearMetadati () Additional metadata in serialized format. |
XEventMetadata.Builder | nomechiaro () 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 | clone () |
XEventMetadata | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getNomeVisualizzato () Name of the event shown in trace viewer. |
com.google.protobuf.ByteString | getDisplayNameBytes () Name of the event shown in trace viewer. |
lungo | getId () XPlane.event_metadata map key. |
com.google.protobuf.ByteString | getMetadati () Additional metadata in serialized format. |
Corda | getNome () Name of the event. |
com.google.protobuf.ByteString | getNomeBytes () Name of the event. |
XStat | getStats (indice int) XStats that are constant for all XEvents with the same metadata_id. |
XStat.Builder | getStatsBuilder (indice int) XStats that are constant for all XEvents with the same metadata_id. |
Elenco< 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. |
Elenco< XStat > | getStatsList () XStats that are constant for all XEvents with the same metadata_id. |
XStatOrBuilder | getStatsOrBuilder (indice int) XStats that are constant for all XEvents with the same metadata_id. |
Elenco<? estende XSstatOrBuilder > | getStatsOrBuilderList () XStats that are constant for all XEvents with the same metadata_id. |
booleano finale | |
XEventMetadata.Builder | mergeFrom (com.google.protobuf.Message altro) |
XEventMetadata.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
finale XEventMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
XEventMetadata.Builder | rimuoviStats (indice int) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | setDisplayName (valore stringa) Name of the event shown in trace viewer. |
XEventMetadata.Builder | setDisplayNameBytes (valore com.google.protobuf.ByteString) Name of the event shown in trace viewer. |
XEventMetadata.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
XEventMetadata.Builder | setId (valore lungo) XPlane.event_metadata map key. |
XEventMetadata.Builder | setMetadata (valore com.google.protobuf.ByteString) Additional metadata in serialized format. |
XEventMetadata.Builder | setName (valore stringa) Name of the event. |
XEventMetadata.Builder | setNameBytes (valore com.google.protobuf.ByteString) Name of the event. |
XEventMetadata.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
XEventMetadata.Builder | setStats (indice int, XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id. |
XEventMetadata.Builder | |
finale XEventMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public XEventMetadata.Builder addAllStats (Iterable<? estende XStat > valori)
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public XEventMetadata.Builder addStats (valore 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 (indice int, valore 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;
pubblico XEventMetadata.Builder addStats (indice int, 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 (indice int)
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;
pubblico XEventMetadata.Builder clearMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
pubblico 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 ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
stringa pubblica getDisplayName ()
Name of the event shown in trace viewer.
string display_name = 4;
pubblico com.google.protobuf.ByteString getDisplayNameBytes ()
Name of the event shown in trace viewer.
string display_name = 4;
getId lungo pubblico ()
XPlane.event_metadata map key.
int64 id = 1;
pubblico com.google.protobuf.ByteString getMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
stringa pubblica getName ()
Name of the event.
string name = 2;
pubblico com.google.protobuf.ByteString getNameBytes ()
Name of the event.
string name = 2;
pubblico XStat getStats (indice int)
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 (indice int)
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;
Elenco pubblico< 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;
Elenco pubblico< 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;
public XStatOrBuilder getStatsOrBuilder (indice int)
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;
Elenco pubblico<? estende 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 final booleano isInitialized ()
public XEventMetadata.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
pubblico finale XEventMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
pubblico XEventMetadata.BuilderremoveStats ( indice int)
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 (valore stringa)
Name of the event shown in trace viewer.
string display_name = 4;
pubblico XEventMetadata.Builder setDisplayNameBytes (valore com.google.protobuf.ByteString)
Name of the event shown in trace viewer.
string display_name = 4;
public XEventMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
pubblico XEventMetadata.Builder setMetadata (valore com.google.protobuf.ByteString)
Additional metadata in serialized format.
bytes metadata = 3;
pubblico XEventMetadata.Builder setNameBytes (valore com.google.protobuf.ByteString)
Name of the event.
string name = 2;
pubblico XEventMetadata.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
pubblico XEventMetadata.Builder setStats (indice int, 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 (indice int, valore 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;