Skip to content

kedro_azureml_pipeline.config

Pydantic configuration models for the Kedro AzureML Pipeline plugin.

Classes

Name Description
WorkspaceConfig Azure ML workspace identity.
WorkspacesConfig Named workspaces with a mandatory __default__ entry.
ClusterConfig Single compute cluster reference.
ComputeConfig Named compute clusters with a mandatory __default__ entry.
ExecutionConfig Code packaging and execution settings for Azure ML.
CronScheduleConfig Cron schedule configuration mapping to azure.ai.ml.entities.CronTrigger.
RecurrencePatternConfig Recurrence pattern mapping to azure.ai.ml.entities.RecurrencePattern.
RecurrenceScheduleConfig Recurrence schedule mapping to azure.ai.ml.entities.RecurrenceTrigger.
ScheduleConfig Schedule trigger configuration requiring exactly one of cron or recurrence.
RetryConfig Retry settings for Azure ML pipeline steps.
PipelineFilterOptions Kedro pipeline filter options for selecting nodes.
JobConfig A single named job configuration.
KedroAzureMLConfig Top-level plugin configuration loaded from azureml.yml.