| |
- ai_api_client_sdk.models.base_models.NameValue(builtins.object)
-
- MetricCustomInfo
class MetricCustomInfo(ai_api_client_sdk.models.base_models.NameValue) |
|
MetricCustomInfo(name: str, value: str, **kwargs)
The MetricCustomInfo object defines rendering/semantic information regarding certain metric for consuming
application or complex metrics in JSON format, as a name-value pair. Refer to
:class:`ai_api_client_sdk.models.base_models.NameValue`, for the object definition |
|
- Method resolution order:
- MetricCustomInfo
- ai_api_client_sdk.models.base_models.NameValue
- builtins.object
Static methods defined here:
- from_dict(metric_custom_info_dict: Dict[str, str])
- Returns a :class:`ai_api_client_sdk.models.metric_custom_info.MetricCustomInfo` object, created from the
values in the dict provided as parameter
:param metric_custom_info_dict: Dict which includes the necessary values to create the object
:type metric_custom_info_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.metric_custom_info.MetricCustomInfo`
Methods inherited from ai_api_client_sdk.models.base_models.NameValue:
- __eq__(self, other)
- Return self==value.
- __init__(self, name: str, value: str, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
Data descriptors inherited from ai_api_client_sdk.models.base_models.NameValue:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes inherited from ai_api_client_sdk.models.base_models.NameValue:
- __hash__ = None
| |