CreateOfflineUserDataJobRequest

  • The request message for creating an offline user data job includes fields for customer ID, the job details, validation, and enabling match rate range preview.

  • customer_id and job fields are required for the request message.

  • Setting validate_only to true allows validation without execution, returning only errors.

  • Setting enable_match_rate_range_preview to true calculates and makes the match rate range available.

Request message for OfflineUserDataJobService.CreateOfflineUserDataJob.

Proto definition

Fields

customer_id

string

Required. The ID of the customer for which to create an offline user data job.

enable_match_rate_range_preview

bool

If true, match rate range for the offline user data job is calculated and made available in the resource.

job

OfflineUserDataJob

Required. The offline user data job to be created.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.