Skip to content

Commit cc2c8aa

Browse files
Google APIscopybara-github
authored andcommitted
feat: add point_of_contact to Feature message
PiperOrigin-RevId: 609142958
1 parent 537c24c commit cc2c8aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/feature.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,8 @@ message Feature {
170170
// The name of the BigQuery Table/View column hosting data for this version.
171171
// If no value is provided, will use feature_id.
172172
string version_column_name = 106;
173+
174+
// Entity responsible for maintaining this feature. Can be comma separated
175+
// list of email addresses or URIs.
176+
string point_of_contact = 107;
173177
}

0 commit comments

Comments
 (0)