We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1dd8e commit d93e5e1Copy full SHA for d93e5e1
1 file changed
google/cloud/aiplatform/v1beta1/feature.proto
@@ -197,4 +197,8 @@ message Feature {
197
// The name of the BigQuery Table/View column hosting data for this version.
198
// If no value is provided, will use feature_id.
199
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;
204
}
0 commit comments