Module: Google::Cloud::Talent::V4beta1::Tenant::DataUsageType

Defined in:
proto_docs/google/cloud/talent/v4beta1/tenant.rb

Overview

Enum that represents how user data owned by the tenant is used.

Constant Summary collapse

DATA_USAGE_TYPE_UNSPECIFIED =

Default value.

0
AGGREGATED =

Data owned by this tenant is used to improve search/recommendation quality across tenants.

1
ISOLATED =

Data owned by this tenant is used to improve search/recommendation quality for this tenant only.

2