DeploymentTemplateReference Class

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Deployment template reference for a model.

Initialize DeploymentTemplateReference.

Constructor

DeploymentTemplateReference(*, asset_id: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
asset_id
str

The asset ID of the deployment template. Format: azureml://registries/{registry_name}/deploymenttemplates/{template_name}/versions/{version}

Default value: None
asset_id

The asset ID of the deployment template.