Login
Back to bricks list
Introduction Version

ProcessSpec

Attributes

instance_name: strprocess_type: Type

Functions

__INIT__

Initialize self. See help(type(self)) for accurate signature.

Parameters:
NameTypeDefault valueDescription
instance_namestr
process_typeType
GET_CONFIG_PARAMS
Return type:
Dict
GET_CONNECTOR
Parameters:
NameTypeDefault valueDescription
namestr
Return type:
ConnectorPartSpec
SET_PARAM

Use to preconfigure the process. The config must match the config specs of the process

Parameters:
NameTypeDefault valueDescription
param_namestr
param_valueAny
Return type:
ProcessSpec
SET_PARAMS

Use to preconfigure the process. The config must match the config specs of the process

Parameters:
NameTypeDefault valueDescription
config_paramsDict
Return type:
ProcessSpec