nvflare.lighter.impl.azure module¶
- class AzureBuilder[source]¶
Bases:
Builder- build(project: Project, ctx: ProvisionContext)[source]¶
Execute the main build logic for this builder.
- Parameters:
project (Project) – The project to be provisioned.
ctx (ProvisionContext) – Context shared across builders.
- initialize(project: Project, ctx: ProvisionContext)[source]¶
Prepare the builder with any necessary pre-processing.
- Parameters:
project (Project) – The project to be provisioned.
ctx (ProvisionContext) – Context shared across builders.