File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
google/cloud/aiplatform/v1 Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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 ];
You can’t perform that action at this time.
0 commit comments