Attributes
instance_name: str
process_type: Type
Functions
__init__
Initialize self. See help(type(self)) for accurate signature.
instance_name :
str
process_type :
Type
get_config_params
Return type :
Dict
get_connector
name :
str
Return type :
ConnectorPartSpec
set_param
Use to preconfigure the process. The config must match the config specs of the process
param_name :
str
param_value :
Any
Return type :
ProcessSpec
set_params
Use to preconfigure the process. The config must match the config specs of the process
config_params :
Dict
Return type :
ProcessSpec