Reference¶
Complete technical reference for all plugin configuration, commands, and APIs. Use these pages when you know what you are looking for and need exact field names, types, or flag syntax.
- Configuration Reference: All plugin settings live in
conf/<env>/azureml.yml. The file is parsed intoKedroAzureMLConfig. For dataset configuration incatalog.yml, see the Datasets reference. - CLI Reference: All commands are available under
kedro azureml. Runkedro azureml --helpto list them. - Dataset Reference: Catalog examples and runtime behavior for the two dataset types provided by the plugin. For full constructor signatures and parameter details, see the auto-generated API pages:
AzureMLAssetDatasetandAzureMLPipelineDataset. - API Reference: Complete API reference for all Kedro AzureML Pipeline classes and functions. Use the search box to filter, or click any name to see full documentation.
- Changelog: Release history for every published version, newest first.