a script config defines execution properties for a specific script.
usually to define how a pipeline should call your script.
Attributes
| Name | Type | Description |
|---|---|---|
| function | str | name of function referencing the script. |
| properties | dict | specific properties to configure the script. |
| properties_mapping | dict | mapping used to rename properties from context to script expected name. |
Methods
api_id()
return current object id on Web API format.
endpoint()
return endpoint name used to contact backend.
from_json()
load the object from a dict originating of a JSON format.
| Name | Type | Default | Description |
|---|---|---|---|
| obj | object to load information from. |
set_id()
specify the id_value neutrally
| Name | Type | Default | Description |
|---|---|---|---|
| id_value |
return:
to_json()
transform current object into a dict that could be JSONIFY.
| Name | Type | Default | Description |
|---|---|---|---|
| target | str | None |
return: dumpable dict.