0.1.dev2192+g7c539c3.d20250403
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 |
---|---|
span |
aggregate_spans()
def aggregate_spans(
spans,
)
Parameter | Type |
---|---|
spans |
print_span()
def print_span(
span,
indent,
identifier,
)
Parameter | Type |
---|---|
span |
|
indent |
|
identifier |
flytekit.remote.metrics.FlyteExecutionSpan
class FlyteExecutionSpan(
span: flyteidl.core.metrics_pb2.Span,
)
Parameter | Type |
---|---|
span |
flyteidl.core.metrics_pb2.Span |
Methods
Method | Description |
---|---|
dump() |
|
explain() |
|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
|
verbose_string() |
:rtype: Text. |
dump()
def dump()
explain()
def explain()
from_flyte_idl()
def from_flyte_idl(
pb,
)
Parameter | Type |
---|---|
pb |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |