XPlaneOrBuilder

interfaz pública XPlaneOrBuilder
Subclases indirectas conocidas

Métodos públicos

booleano abstracto
containsEventMetadata (clave larga)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
booleano abstracto
containsStatMetadata (clave larga)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
Mapa abstracto <Long, XEventMetadata >
int abstracto
getEventMetadataCount ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
Mapa abstracto <Long, XEventMetadata >
getEventMetadataMap ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
resumen XEventMetadata
getEventMetadataOrDefault (clave larga, valor predeterminado de XEventMetadata )
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
resumen XEventMetadata
getEventMetadataOrThrow (clave larga)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
abstracto largo
getId ()
int64 id = 1;
XLine abstracto
getLines (índice int)
 Parallel timelines grouped in this plane.
int abstracto
getLinesCount ()
 Parallel timelines grouped in this plane.
Lista de resúmenes < XLine >
getLinesList ()
 Parallel timelines grouped in this plane.
XLineOrBuilder abstracto
getLinesOrBuilder (índice int)
 Parallel timelines grouped in this plane.
Resumen Lista <? extiende XLineOrBuilder >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
cadena abstracta
getName ()
 Name of this line.
resumen com.google.protobuf.ByteString
getNameBytes ()
 Name of this line.
Mapa abstracto <Long, XStatMetadata >
int abstracto
getStatMetadataCount ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
Mapa abstracto <Long, XStatMetadata >
getStatMetadataMap ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStatMetadata abstracto
getStatMetadataOrDefault (clave larga, XStatMetadata defaultValue )
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStatMetadata abstracto
getStatMetadataOrThrow (clave larga)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStat abstracto
getStats (índice int)
 XStats associated with this plane, e.g.
int abstracto
getStatsCount ()
 XStats associated with this plane, e.g.
Lista abstracta < XStat >
getStatsList ()
 XStats associated with this plane, e.g.
XStatOrBuilder abstracto
getStatsOrBuilder (índice int)
 XStats associated with this plane, e.g.
Resumen Lista <? extiende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.

Métodos públicos

public abstract boolean containsEventMetadata (clave larga)

 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;

public abstract boolean containsStatMetadata (clave larga)

 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;

Mapa abstracto público <Long, XEventMetadata > getEventMetadata ()

Utilice getEventMetadataMap() lugar.

public abstract 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;

Mapa abstracto público <Long, 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;

public abstract XEventMetadata getEventMetadataOrDefault (clave larga, XEventMetadata defaultValue )

 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;

public abstract XEventMetadata getEventMetadataOrThrow (clave larga)

 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;

public abstract long getId ()

int64 id = 1;

getLines XLine público abstracto (índice int)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

public abstract int getLinesCount ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

Lista pública abstracta < XLine > getLinesList ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

resumen público XLineOrBuilder getLinesOrBuilder (índice int)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

Lista de resumen público <? extiende XLineOrBuilder > getLinesOrBuilderList ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

público abstracto String getName ()

 Name of this line.
 
string name = 2;

resumen público com.google.protobuf.ByteString getNameBytes ()

 Name of this line.
 
string name = 2;

Mapa abstracto público <Long, XStatMetadata > getStatMetadata ()

En su lugar, utilice getStatMetadataMap() .

public abstract 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;

Mapa abstracto público <Long, 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;

público abstracto XStatMetadata getStatMetadataOrDefault (clave larga, XStatMetadata defaultValue )

 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;

público abstracto XStatMetadata getStatMetadataOrThrow (clave larga)

 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;

público abstracto XStat getStats (índice int)

 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;

public abstract 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;

Lista pública abstracta < 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;

público abstracto XStatOrBuilder getStatsOrBuilder (índice int)

 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;

Lista de resumen público <? extiende 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;