Commit 7e5b46e
MS-873: Add eval run name editing and model catalog badges to OpenAPI spec (#1200)
* Add endpoint to update evaluation run name and add badges to model catalog
Introduces PATCH /v2/gen-ai/model_evaluation_runs/{eval_run_uuid} for
editing evaluation run display names, and adds badges field to model
catalog entries and catalog card responses.
* Fixed lint error
* Fix
* Apply suggestion from @anup-deka
Co-authored-by: anup-deka <adeka@digitalocean.com>
* Removed unused file
* Fix
---------
Co-authored-by: anup-deka <adeka@digitalocean.com>1 parent 3d7b823 commit 7e5b46e
4 files changed
Lines changed: 860 additions & 408 deletions
File tree
- specification
- resources/gen-ai
- examples/curl
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2576 | 2576 | | |
2577 | 2577 | | |
2578 | 2578 | | |
| 2579 | + | |
2579 | 2580 | | |
2580 | 2581 | | |
2581 | 2582 | | |
| |||
2709 | 2710 | | |
2710 | 2711 | | |
2711 | 2712 | | |
| 2713 | + | |
| 2714 | + | |
2712 | 2715 | | |
2713 | 2716 | | |
2714 | 2717 | | |
| |||
2722 | 2725 | | |
2723 | 2726 | | |
2724 | 2727 | | |
| 2728 | + | |
2725 | 2729 | | |
2726 | 2730 | | |
2727 | 2731 | | |
| |||
2732 | 2736 | | |
2733 | 2737 | | |
2734 | 2738 | | |
| 2739 | + | |
2735 | 2740 | | |
2736 | 2741 | | |
2737 | 2742 | | |
| |||
2765 | 2770 | | |
2766 | 2771 | | |
2767 | 2772 | | |
| 2773 | + | |
2768 | 2774 | | |
2769 | 2775 | | |
2770 | 2776 | | |
| |||
2886 | 2892 | | |
2887 | 2893 | | |
2888 | 2894 | | |
| 2895 | + | |
2889 | 2896 | | |
2890 | 2897 | | |
2891 | 2898 | | |
| |||
2924 | 2931 | | |
2925 | 2932 | | |
2926 | 2933 | | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
2927 | 2937 | | |
2928 | 2938 | | |
2929 | 2939 | | |
| |||
2961 | 2971 | | |
2962 | 2972 | | |
2963 | 2973 | | |
| 2974 | + | |
2964 | 2975 | | |
2965 | 2976 | | |
2966 | 2977 | | |
| |||
2969 | 2980 | | |
2970 | 2981 | | |
2971 | 2982 | | |
| 2983 | + | |
| 2984 | + | |
2972 | 2985 | | |
2973 | 2986 | | |
2974 | 2987 | | |
| |||
3002 | 3015 | | |
3003 | 3016 | | |
3004 | 3017 | | |
| 3018 | + | |
3005 | 3019 | | |
3006 | 3020 | | |
3007 | 3021 | | |
| |||
3050 | 3064 | | |
3051 | 3065 | | |
3052 | 3066 | | |
3053 | | - | |
3054 | 3067 | | |
3055 | 3068 | | |
3056 | 3069 | | |
| |||
0 commit comments