Skip to content

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 into KedroAzureMLConfig. For dataset configuration in catalog.yml, see the Datasets reference.
  • CLI Reference: All commands are available under kedro azureml. Run kedro azureml --help to 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: AzureMLAssetDataset and AzureMLPipelineDataset.
  • 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.