Skip to content

Commit d93e5e1

Browse files
Google APIscopybara-github
authored andcommitted
feat: add point_of_contact to feature
PiperOrigin-RevId: 609124793
1 parent 5d1dd8e commit d93e5e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/feature.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,8 @@ message Feature {
197197
// The name of the BigQuery Table/View column hosting data for this version.
198198
// If no value is provided, will use feature_id.
199199
string version_column_name = 106;
200+
201+
// Entity responsible for maintaining this feature. Can be comma separated
202+
// list of email addresses or URIs.
203+
string point_of_contact = 107;
200204
}

0 commit comments

Comments
 (0)