ai_core_sdk.models.kpi
index
/data/jenkins/workspace/AI-Foundation_ai-core-sdk_master/ai_core_sdk/models/kpi.py

 
Classes
       
builtins.object
Kpi

 
class Kpi(builtins.object)
    Kpi(header: List[str], rows: List[Union[str, int]], *args, **kwargs)
 
The Kpi object defines the Kpi data.
 
  Methods defined here:
__init__(self, header: List[str], rows: List[Union[str, int]], *args, **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.Kpiobject, 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)

 
Data
        Any = typing.Any
Dict = typing.Dict
List = typing.List
Union = typing.Union