Skip to content

Commit

Permalink
deprecate vertex_ai
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 committed Dec 16, 2024
1 parent 89106f8 commit 19865b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/attributes-registry/gen-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.
| `ibm.watsonx.ai` | IBM Watsonx AI | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `openai` | OpenAI | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `vertex.ai` | Vertex AI | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `vertex_ai` | Deprecated. Use `vertex.ai` instead. | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `vertex.ai`. |

---

Expand Down
5 changes: 5 additions & 0 deletions model/gen-ai/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ groups:
stability: experimental
value: "aws.bedrock"
brief: 'AWS Bedrock'
- id: vertex_ai
stability: experimental
value: "vertex_ai"
brief: 'Deprecated. Use `vertex.ai` instead.'
deprecated: "Replaced by `vertex.ai`."
brief: The Generative AI product as identified by the client or server instrumentation.
note: |
The `gen_ai.system` describes a family of GenAI models with specific model identified
Expand Down

0 comments on commit 19865b5

Please sign in to comment.