kpi
Kpi ¶
Bases: KpiMetadata
Kpi object to interact with kpi specific endpoints.
short_display_name
class-attribute
instance-attribute
¶
internal_note
class-attribute
instance-attribute
¶
custom_attributes
class-attribute
instance-attribute
¶
auto_generated
class-attribute
instance-attribute
¶
desired_direction
class-attribute
instance-attribute
¶
benchmarkable
class-attribute
instance-attribute
¶
knowledge_model_id
instance-attribute
¶
Id of knowledge model where Kpi is located.
from_transport
classmethod
¶
Creates high-level Kpi object from given KpiMetadata.
Parameters:
-
client
(Client
) –Client to use to make API calls for given kpi.
-
knowledge_model_id
(str
) –Id of knowledge model where kpi is located.
-
kpi_transport
(KpiMetadata
) –KpiMetadata object containing properties of kpi.
Returns:
-
Kpi
–A Kpi object with properties from transport and given client.