The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.interfaces.stats.taggable
def get_stats(
cfg: flytekit.configuration.StatsConfig,
prefix: str,
tags: typing.Dict[str, str],
) -> flytekit.interfaces.stats.taggable.TaggableStats
:rtype: TaggableStats
| Parameter |
Type |
Description |
cfg |
flytekit.configuration.StatsConfig |
|
prefix |
str |
|
tags |
typing.Dict[str, str] |
|
class TaggableStats(
client,
full_prefix,
cfg: flytekit.configuration.StatsConfig,
prefix,
tags,
)
| Parameter |
Type |
Description |
client |
|
|
full_prefix |
|
|
cfg |
flytekit.configuration.StatsConfig |
|
prefix |
|
|
tags |
|
|
| Property |
Type |
Description |
full_prefix |
None |
|
| Parameter |
Type |
Description |
tags |
|
|
def get_stats(
name,
copy_tags,
)
| Parameter |
Type |
Description |
name |
|
|
copy_tags |
|
|