Skip to content

Commit abf48aa

Browse files
Google APIscopybara-github
authored andcommitted
feat: add enable_datapoint_upsert_logging to google.cloud.aiplatform.v1.DeployedIndex
PiperOrigin-RevId: 789091292
1 parent f410c8c commit abf48aa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

google/cloud/aiplatform/v1/index_endpoint.proto

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,19 @@ message DeployedIndex {
227227
// Estimate your costs before enabling this option.
228228
bool enable_access_logging = 8 [(google.api.field_behavior) = OPTIONAL];
229229

230+
// Optional. If true, logs to Cloud Logging errors relating to datapoint
231+
// upserts.
232+
//
233+
// Under normal operation conditions, these log entries should be very rare.
234+
// However, if incompatible datapoint updates are being uploaded to an index,
235+
// a high volume of log entries may be generated in a short period of time.
236+
//
237+
// Note that logs may incur a cost, especially if the deployed index receives
238+
// a high volume of datapoint upserts. Estimate your costs before enabling
239+
// this option.
240+
bool enable_datapoint_upsert_logging = 20
241+
[(google.api.field_behavior) = OPTIONAL];
242+
230243
// Optional. If set, the authentication is enabled for the private endpoint.
231244
DeployedIndexAuthConfig deployed_index_auth_config = 9
232245
[(google.api.field_behavior) = OPTIONAL];

0 commit comments

Comments
 (0)