File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,19 @@ message DeployedIndex {
228228 // Estimate your costs before enabling this option.
229229 bool enable_access_logging = 8 [(google.api.field_behavior ) = OPTIONAL ];
230230
231+ // Optional. If true, logs to Cloud Logging errors relating to datapoint
232+ // upserts.
233+ //
234+ // Under normal operation conditions, these log entries should be very rare.
235+ // However, if incompatible datapoint updates are being uploaded to an index,
236+ // a high volume of log entries may be generated in a short period of time.
237+ //
238+ // Note that logs may incur a cost, especially if the deployed index receives
239+ // a high volume of datapoint upserts. Estimate your costs before enabling
240+ // this option.
241+ bool enable_datapoint_upsert_logging = 20
242+ [(google.api.field_behavior ) = OPTIONAL ];
243+
231244 // Optional. If set, the authentication is enabled for the private endpoint.
232245 DeployedIndexAuthConfig deployed_index_auth_config = 9
233246 [(google.api.field_behavior ) = OPTIONAL ];
You can’t perform that action at this time.
0 commit comments