1.16.10
flytekit.remote.metrics
Directory
Classes
| Class | Description |
|---|---|
FlyteExecutionSpan |
Methods
| Method | Description |
|---|---|
aggregate_reference_span() |
|
aggregate_spans() |
|
print_span() |
Methods
aggregate_reference_span()
def aggregate_reference_span(
span,
)| Parameter | Type | Description |
|---|---|---|
span |
aggregate_spans()
def aggregate_spans(
spans,
)| Parameter | Type | Description |
|---|---|---|
spans |
print_span()
def print_span(
span,
indent,
identifier,
)| Parameter | Type | Description |
|---|---|---|
span |
||
indent |
||
identifier |
flytekit.remote.metrics.FlyteExecutionSpan
class FlyteExecutionSpan(
span: flyteidl.core.metrics_pb2.Span,
)| Parameter | Type | Description |
|---|---|---|
span |
flyteidl.core.metrics_pb2.Span |
Methods
| Method | Description |
|---|---|
dump() |
|
explain() |
|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
dump()
def dump()explain()
def explain()from_flyte_idl()
def from_flyte_idl(
pb,
)| Parameter | Type | Description |
|---|---|---|
pb |
serialize_to_string()
def serialize_to_string()short_string()
def short_string():rtype: Text
to_flyte_idl()
def to_flyte_idl()Properties
| Property | Type | Description |
|---|---|---|
is_empty |