Skip to content

Commit

Permalink
feat: add point_of_contact to Feature message
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609142958
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 21, 2024
1 parent 537c24c commit cc2c8aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/aiplatform/v1/feature.proto
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,8 @@ message Feature {
// The name of the BigQuery Table/View column hosting data for this version.
// If no value is provided, will use feature_id.
string version_column_name = 106;

// Entity responsible for maintaining this feature. Can be comma separated
// list of email addresses or URIs.
string point_of_contact = 107;
}

0 comments on commit cc2c8aa

Please sign in to comment.