FATE Flow
version 1.7, it started to support multiple versions of component packages at the same time, for example, you can put both fate
algorithm component packages of 1.7.0
and 1.7.1
versionscomponent provider
, and the name
and version
uniquely identify the component provider
.job dsl
, please refer to componentproviderDeploying a FATE
cluster will include a default component provider, which is usually found in the ${FATE_PROJECT_BASE}/python/federatedml
directory
{{snippet('cli/provider.md', '### list')}}
{{snippet('cli/provider.md', '### register')}}