Skip to content

Commit

Permalink
feat: add point_of_contact to feature
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609124793
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 21, 2024
1 parent 5d1dd8e commit d93e5e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/aiplatform/v1beta1/feature.proto
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,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 d93e5e1

Please sign in to comment.