| |
- ai_api_client_sdk.models.base_models.KeyValue(builtins.object)
-
- ParameterBinding
class ParameterBinding(ai_api_client_sdk.models.base_models.KeyValue) |
|
ParameterBinding(key: str, value: str, **kwargs)
The ParameterBinding object defines the input artifact specified in the configuration, as a key-value pair. Refer
to :class:`ai_api_client_sdk.models.base_models.KeyValue`, for the object definition |
|
- Method resolution order:
- ParameterBinding
- ai_api_client_sdk.models.base_models.KeyValue
- builtins.object
Methods defined here:
- __str__(self)
- Return str(self).
Static methods defined here:
- from_dict(parameter_binding_dict: Dict[str, str])
- Returns a :class:`ai_api_client_sdk.models.parameter_binding.ParameterBinding` object, created from
the values in the dict provided as parameter
:param parameter_binding_dict: Dict which includes the necessary values to create the object
:type parameter_binding_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.parameter_binding.ParameterBinding`
Methods inherited from ai_api_client_sdk.models.base_models.KeyValue:
- __eq__(self, other)
- Return self==value.
- __init__(self, key: str, value: str, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- to_dict(self)
Data descriptors inherited from ai_api_client_sdk.models.base_models.KeyValue:
- __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.KeyValue:
- __hash__ = None
| |