Skip to content

Commit

Permalink
feat: add the description field to featurestore entity type (GoogleCl…
Browse files Browse the repository at this point in the history
  • Loading branch information
shotarok authored and kubalaguna committed Feb 27, 2023
1 parent 81b618a commit 2254937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mmv1/products/vertexai/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ objects:
input: true
url_param_only: true
pattern: '{featurestore}}/entityTypes/{{name}}'
- !ruby/object:Api::Type::String
name: 'description'
description: Optional. Description of the EntityType.
- !ruby/object:Api::Type::String
name: 'etag'
description: Used to perform consistent read-modify-write updates.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ resource "google_vertex_ai_featurestore_entitytype" "entity" {
labels = {
foo = "bar"
}
description = "test description"
featurestore = google_vertex_ai_featurestore.featurestore.id
monitoring_config {
snapshot_analysis {
Expand Down

0 comments on commit 2254937

Please sign in to comment.