|
377 | 377 | "label = \"latest\"\n",
|
378 | 378 | "\n",
|
379 | 379 | "rai_constructor_component = ml_client_registry.components.get(\n",
|
380 |
| - " name=\"microsoft_azureml_rai_tabular_insight_constructor\", label=label\n", |
| 380 | + " name=\"rai_tabular_insight_constructor\", label=label\n", |
381 | 381 | ")\n",
|
382 | 382 | "\n",
|
383 | 383 | "# we get latest version and use the same version for all components\n",
|
384 | 384 | "version = rai_constructor_component.version\n",
|
385 | 385 | "print(\"The current version of RAI built-in components is: \" + version)\n",
|
386 | 386 | "\n",
|
387 | 387 | "rai_erroranalysis_component = ml_client_registry.components.get(\n",
|
388 |
| - " name=\"microsoft_azureml_rai_tabular_erroranalysis\", version=version\n", |
| 388 | + " name=\"rai_tabular_erroranalysis\", version=version\n", |
389 | 389 | ")\n",
|
390 | 390 | "\n",
|
391 | 391 | "rai_explanation_component = ml_client_registry.components.get(\n",
|
392 |
| - " name=\"microsoft_azureml_rai_tabular_explanation\", version=version\n", |
| 392 | + " name=\"rai_tabular_explanation\", version=version\n", |
393 | 393 | ")\n",
|
394 | 394 | "\n",
|
395 | 395 | "rai_gather_component = ml_client_registry.components.get(\n",
|
396 |
| - " name=\"microsoft_azureml_rai_tabular_insight_gather\", version=version\n", |
| 396 | + " name=\"rai_tabular_insight_gather\", version=version\n", |
397 | 397 | ")"
|
398 | 398 | ]
|
399 | 399 | },
|
|
0 commit comments