The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
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
Parameters
class FlyteExecutionSpan(
span: flyteidl.core.metrics_pb2.Span,
)| Parameter | Type | Description |
|---|---|---|
span |
flyteidl.core.metrics_pb2.Span |
Properties
| Property | Type | Description |
|---|---|---|
is_empty |
None |
Methods
| Method | Description |
|---|---|
dump() |
|
explain() |
|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
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()Returns: Text
to_flyte_idl()
def to_flyte_idl()