WizardRequest

represents a wizard request to generate automatically a pipeline through an experimentation.

Attributes

NameTypeDescription
execution_iduuid.UUIDexecution id at origin of this request.
namestrname of the request.
is_anomaly_detectionbooltrue if request concerns an anomaly detection.
functionstrname of the function.
propertiesdictdictionary of properties defining the request.

Methods

add_properties()

add all properties from a dict to current properties.

NameTypeDefaultDescription
objdict

copy_properties()

copy all properties from a dict to another.

NameTypeDefaultDescription
objdict