RecurrencePatternConfig¶
kedro_azureml_pipeline.config.RecurrencePatternConfig
¶
Bases: BaseModel
Recurrence pattern mapping to azure.ai.ml.entities.RecurrencePattern.
Parameters¶
| Name | Type | Description | Default |
|---|---|---|---|
hours
|
list of int or None
|
Hours of the day to trigger. |
required |
minutes
|
list of int or None
|
Minutes of the hour to trigger. |
required |
week_days
|
list of str or None
|
Days of the week to trigger (e.g. |
required |