enableDataRetention property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? enableDataRetention
getter/setter pair

Deprecated: Use enable_zero_data_retention instead.

Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product. If this value is "false" or omitted, the Parallel Web Search for Grounding standard subscription will be used. If this value is "true", the Parallel Web Search for Grounding - ZDR subscription will be used.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? enableDataRetention;