represents a wizard request to generate automatically a pipeline through an experimentation.
Attributes
| Name | Type | Description |
|---|---|---|
| execution_id | uuid.UUID | execution id at origin of this request. |
| name | str | name of the request. |
| is_anomaly_detection | bool | true if request concerns an anomaly detection. |
| function | str | name of the function. |
| properties | dict | dictionary of properties defining the request. |
Methods
add_properties()
add all properties from a dict to current properties.
| Name | Type | Default | Description |
|---|---|---|---|
| obj | dict |
copy_properties()
copy all properties from a dict to another.
| Name | Type | Default | Description |
|---|---|---|---|
| obj | dict |