ai_api_client_sdk.models.parameter_binding module

class ai_api_client_sdk.models.parameter_binding.ParameterBinding(key: str, value: str, **kwargs)

Bases: KeyValue

The ParameterBinding object defines the input artifact specified in the configuration, as a key-value pair. Refer to ai_api_client_sdk.models.base_models.KeyValue, for the object definition

static from_dict(parameter_binding_dict: Dict[str, str])

Returns a ai_api_client_sdk.models.parameter_binding.ParameterBinding object, created from the values in the dict provided as parameter

Parameters:

parameter_binding_dict (Dict[str, Any]) – Dict which includes the necessary values to create the object

Returns:

An object, created from the values provided

Return type:

class:ai_api_client_sdk.models.parameter_binding.ParameterBinding