diff --git a/assets/responsibleai/tabular/components/causal/spec.yaml b/assets/responsibleai/tabular/components/causal/spec.yaml index bfabfd1990..a4b134c586 100644 --- a/assets/responsibleai/tabular/components/causal/spec.yaml +++ b/assets/responsibleai/tabular/components/causal/spec.yaml @@ -1,8 +1,8 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json -name: microsoft_azureml_rai_tabular_causal +name: rai_tabular_causal display_name: Add Causal to RAI Insights Dashboard description: Add Causal to RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents) -version: 0.17.0 +version: 0.18.0 type: command inputs: @@ -58,7 +58,7 @@ outputs: code: ../src/ -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/13 command: >- python create_causal.py diff --git a/assets/responsibleai/tabular/components/counterfactual/spec.yaml b/assets/responsibleai/tabular/components/counterfactual/spec.yaml index 4d17a6d83f..ad66c891c0 100644 --- a/assets/responsibleai/tabular/components/counterfactual/spec.yaml +++ b/assets/responsibleai/tabular/components/counterfactual/spec.yaml @@ -1,8 +1,8 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json -name: microsoft_azureml_rai_tabular_counterfactual +name: rai_tabular_counterfactual display_name: Add Counterfactuals to RAI Insights Dashboard description: Add Counterfactuals to RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents) -version: 0.17.0 +version: 0.18.0 type: command inputs: @@ -38,7 +38,7 @@ outputs: code: ../src/ -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/13 command: >- python create_counterfactual.py diff --git a/assets/responsibleai/tabular/components/error_analysis/spec.yaml b/assets/responsibleai/tabular/components/error_analysis/spec.yaml index 38d15ebef9..099a899c26 100644 --- a/assets/responsibleai/tabular/components/error_analysis/spec.yaml +++ b/assets/responsibleai/tabular/components/error_analysis/spec.yaml @@ -1,8 +1,8 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json -name: microsoft_azureml_rai_tabular_erroranalysis +name: rai_tabular_erroranalysis display_name: Add Error Analysis to RAI Insights Dashboard description: Add Error Analysis to RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents) -version: 0.17.0 +version: 0.18.0 type: command inputs: @@ -27,7 +27,7 @@ outputs: code: ../src/ -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/13 command: >- python create_error_analysis.py diff --git a/assets/responsibleai/tabular/components/explanation/spec.yaml b/assets/responsibleai/tabular/components/explanation/spec.yaml index 77ec2f3998..133ed77e2f 100644 --- a/assets/responsibleai/tabular/components/explanation/spec.yaml +++ b/assets/responsibleai/tabular/components/explanation/spec.yaml @@ -1,8 +1,8 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json -name: microsoft_azureml_rai_tabular_explanation +name: rai_tabular_explanation display_name: Add Explanation to RAI Insights Dashboard description: Add Explanation to RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents) -version: 0.17.0 +version: 0.18.0 type: command inputs: @@ -17,7 +17,7 @@ outputs: code: ../src/ -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/13 command: >- python create_explanation.py diff --git a/assets/responsibleai/tabular/components/insight_create/spec.yaml b/assets/responsibleai/tabular/components/insight_create/spec.yaml index c7298288fb..2befd24884 100644 --- a/assets/responsibleai/tabular/components/insight_create/spec.yaml +++ b/assets/responsibleai/tabular/components/insight_create/spec.yaml @@ -1,8 +1,8 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json -name: microsoft_azureml_rai_tabular_insight_constructor +name: rai_tabular_insight_constructor display_name: RAI Insights Dashboard Constructor description: RAI Insights Dashboard Constructor [Learn More](https://aka.ms/RAIComponents) -version: 0.17.0 +version: 0.18.0 type: command inputs: title: @@ -44,7 +44,7 @@ outputs: rai_insights_dashboard: type: path code: ../src/ -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/13 command: >- python create_rai_insights.py --title '${{inputs.title}}' diff --git a/assets/responsibleai/tabular/components/insight_gather/spec.yaml b/assets/responsibleai/tabular/components/insight_gather/spec.yaml index 5bbb1e6759..6a9846b6de 100644 --- a/assets/responsibleai/tabular/components/insight_gather/spec.yaml +++ b/assets/responsibleai/tabular/components/insight_gather/spec.yaml @@ -1,8 +1,8 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json -name: microsoft_azureml_rai_tabular_insight_gather +name: rai_tabular_insight_gather display_name: Gather RAI Insights Dashboard description: Gather RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents) -version: 0.17.0 +version: 0.18.0 type: command inputs: @@ -27,7 +27,7 @@ outputs: ux_json: type: path -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/13 code: ../src/ diff --git a/assets/responsibleai/tabular/components/score_card/spec.yaml b/assets/responsibleai/tabular/components/score_card/spec.yaml index eaadf4b94f..5de2db3fb3 100644 --- a/assets/responsibleai/tabular/components/score_card/spec.yaml +++ b/assets/responsibleai/tabular/components/score_card/spec.yaml @@ -1,8 +1,8 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json -name: microsoft_azureml_rai_tabular_score_card +name: rai_tabular_score_card display_name: Generate rai insight score card (Public preview) description: Generate rai insight score card [Learn More](https://aka.ms/RAIComponents) -version: 0.17.0 +version: 0.18.0 type: command inputs: @@ -17,7 +17,7 @@ outputs: scorecard: type: path -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/13 code: ../src/ diff --git a/assets/responsibleai/text/components/rai_text_insights/spec.yaml b/assets/responsibleai/text/components/rai_text_insights/spec.yaml index 8a4b650b01..1125363f1d 100644 --- a/assets/responsibleai/text/components/rai_text_insights/spec.yaml +++ b/assets/responsibleai/text/components/rai_text_insights/spec.yaml @@ -1,7 +1,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json name: rai_text_insights display_name: RAI Text Insights -version: 0.0.19 +version: 0.0.20 tags: Preview: "" type: command @@ -69,7 +69,7 @@ outputs: type: path description: Json file to which UX is serialized to for viewing in static AzureML Studio UI code: ../src -environment: azureml://registries/azureml/environments/responsibleai-text/versions/6 +environment: azureml://registries/azureml/environments/responsibleai-text/versions/12 command: >- python ./rai_text_insights.py --task_type ${{inputs.task_type}} diff --git a/assets/responsibleai/vision/components/rai_vision_insights/spec.yaml b/assets/responsibleai/vision/components/rai_vision_insights/spec.yaml index 9503db035a..f0bbb5ec41 100644 --- a/assets/responsibleai/vision/components/rai_vision_insights/spec.yaml +++ b/assets/responsibleai/vision/components/rai_vision_insights/spec.yaml @@ -1,7 +1,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json name: rai_vision_insights display_name: RAI Vision Insights -version: 0.0.19 +version: 0.0.20 tags: Preview: "" type: command @@ -116,7 +116,7 @@ outputs: type: path description: Json file to which UX is serialized to for viewing in static AzureML Studio UI code: ../src -environment: azureml://registries/azureml/environments/responsibleai-vision/versions/7 +environment: azureml://registries/azureml/environments/responsibleai-vision/versions/14 command: >- python ./rai_vision_insights.py --task_type ${{inputs.task_type}}