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.interfaces.stats.taggable
Directory
Classes
| Class | Description |
|---|---|
TaggableStats |
Methods
| Method | Description |
|---|---|
get_stats() |
Methods
get_stats()
def get_stats(
cfg: flytekit.configuration.StatsConfig,
prefix: str,
tags: typing.Dict[str, str],
) -> flytekit.interfaces.stats.taggable.TaggableStats| Parameter | Type | Description |
|---|---|---|
cfg |
flytekit.configuration.StatsConfig |
|
prefix |
str |
|
tags |
typing.Dict[str, str] |
Returns: TaggableStats
flytekit.interfaces.stats.taggable.TaggableStats
Parameters
class TaggableStats(
client,
full_prefix,
cfg: flytekit.configuration.StatsConfig,
prefix,
tags,
)| Parameter | Type | Description |
|---|---|---|
client |
||
full_prefix |
||
cfg |
flytekit.configuration.StatsConfig |
|
prefix |
||
tags |
Properties
| Property | Type | Description |
|---|---|---|
full_prefix |
None |
Methods
| Method | Description |
|---|---|
clear_tags() |
|
extend_tags() |
|
get_stats() |
|
pipeline() |
clear_tags()
def clear_tags()extend_tags()
def extend_tags(
tags,
)| Parameter | Type | Description |
|---|---|---|
tags |
get_stats()
def get_stats(
name,
copy_tags,
)| Parameter | Type | Description |
|---|---|---|
name |
||
copy_tags |
pipeline()
def pipeline()