Interface Xplane.XPlaneOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
Xplane.XPlane, Xplane.XPlane.Builder
- Enclosing class:
Xplane
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsEventMetadata(long key) XEventMetadata map, each entry uses the XEventMetadata.id as key.booleancontainsStatMetadata(long key) XStatMetadata map, each entry uses the XStatMetadata.id as key.Deprecated.intXEventMetadata map, each entry uses the XEventMetadata.id as key.XEventMetadata map, each entry uses the XEventMetadata.id as key.getEventMetadataOrDefault(long key, Xplane.XEventMetadata defaultValue) XEventMetadata map, each entry uses the XEventMetadata.id as key.getEventMetadataOrThrow(long key) XEventMetadata map, each entry uses the XEventMetadata.id as key.longgetId()int64 id = 1;getLines(int index) Parallel timelines grouped in this plane.intParallel timelines grouped in this plane.Parallel timelines grouped in this plane.getLinesOrBuilder(int index) Parallel timelines grouped in this plane.List<? extends Xplane.XLineOrBuilder> Parallel timelines grouped in this plane.getName()Name of this XPlane.Name of this XPlane.Deprecated.intXStatMetadata map, each entry uses the XStatMetadata.id as key.XStatMetadata map, each entry uses the XStatMetadata.id as key.getStatMetadataOrDefault(long key, Xplane.XStatMetadata defaultValue) XStatMetadata map, each entry uses the XStatMetadata.id as key.getStatMetadataOrThrow(long key) XStatMetadata map, each entry uses the XStatMetadata.id as key.getStats(int index) XStats associated with this plane, e.g. device capabilities.intXStats associated with this plane, e.g. device capabilities.XStats associated with this plane, e.g. device capabilities.getStatsOrBuilder(int index) XStats associated with this plane, e.g. device capabilities.List<? extends Xplane.XStatOrBuilder> XStats associated with this plane, e.g. device capabilities.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getName
-
getNameBytes
-
getLinesList
List<Xplane.XLine> getLinesList()Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getLinesCount
int getLinesCount()Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getLinesOrBuilderList
List<? extends Xplane.XLineOrBuilder> getLinesOrBuilderList()Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getLinesOrBuilder
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getEventMetadataCount
int getEventMetadataCount()XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4; -
containsEventMetadata
boolean containsEventMetadata(long key) XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4; -
getEventMetadata
Deprecated.UsegetEventMetadataMap()instead. -
getEventMetadataMap
Map<Long, Xplane.XEventMetadata> getEventMetadataMap()XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4; -
getEventMetadataOrDefault
XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4; -
getEventMetadataOrThrow
XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4; -
getStatMetadataCount
int getStatMetadataCount()XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5; -
containsStatMetadata
boolean containsStatMetadata(long key) XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5; -
getStatMetadata
Deprecated.UsegetStatMetadataMap()instead. -
getStatMetadataMap
Map<Long, Xplane.XStatMetadata> getStatMetadataMap()XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5; -
getStatMetadataOrDefault
XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5; -
getStatMetadataOrThrow
XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5; -
getStatsList
List<Xplane.XStat> getStatsList()XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
getStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
getStatsCount
int getStatsCount()XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
getStatsOrBuilderList
List<? extends Xplane.XStatOrBuilder> getStatsOrBuilderList()XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
getStatsOrBuilder
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6;
-