| |
- builtins.object
-
- Kpi
class Kpi(builtins.object) |
|
Kpi(header: List[str], rows: List[Union[str, int]], **kwargs)
The Kpi object defines the Kpi data. |
|
Methods defined here:
- __init__(self, header: List[str], rows: List[Union[str, int]], **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
Static methods defined here:
- from_dict(kpi_dict: Dict[str, Any])
- Returns a :class:`ai_core_sdk.models.kpi.Kpi` object, created
from the values in the dict provided as parameter
:param kpi_dict: Dict which includes the necessary values to create the object
:type kpi_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_core_sdk.models.kpi.Kpi`
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |