AI-generated Key Takeaways
-
The
CreateOfflineUserDataJobRequest
message is used for creating an offline user data job. -
It includes fields for the
customer_id
, thejob
details, and optional flags forvalidate_only
andenable_match_rate_range_preview
. -
customer_id
andjob
are required fields. -
validate_only
allows for validation without execution, andenable_match_rate_range_preview
enables match rate range calculation.
Request message for OfflineUserDataJobService.CreateOfflineUserDataJob
.
Fields | |
---|---|
|
Required. The ID of the customer for which to create an offline user data job. |
|
Required. The offline user data job to be created. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |
|
If true, match rate range for the offline user data job is calculated and made available in the resource. |