JobStatisticsVertex Class

The detailed information for a vertex.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
JobStatisticsVertex

Constructor

JobStatisticsVertex(**kwargs)

Variables

name
str

The name of the vertex.

vertex_id
str

The id of the vertex.

execution_time
<xref:timedelta>

The amount of execution time of the vertex.

data_read
<xref:long>

The amount of data read of the vertex, in bytes.

peak_mem_usage
<xref:long>

The amount of peak memory usage of the vertex, in bytes.