1.16.28
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] = None,
) -> 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 = None,
tags = None,
)| 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 = True,
)| Parameter | Type | Description |
|---|---|---|
name |
||
copy_tags |
pipeline()
def pipeline()