display_name supports =, != comparisons, and : wildcard.
state supports =, != comparisons.
create_time supports =, !=,<, <=,>, >= comparisons.
create_time must be in RFC 3339 format.
labels supports general map functions that is:
labels.key=value - key:value equality
labels.key:* - key existence
Some examples of using the filter are:
state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"
state!="JOB_STATE_FAILED" OR display_name="my_job"
display_name supports =, != comparisons, and : wildcard.
state supports =, != comparisons.
create_time supports =, !=,<, <=,>, >= comparisons.
create_time must be in RFC 3339 format.
labels supports general map functions that is:
labels.key=value - key:value equality
labels.key:* - key existence
Some examples of using the filter are:
state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"
state!="JOB_STATE_FAILED" OR display_name="my_job"
Mask specifying which fields to read. FieldMask represents a set of
symbolic field paths. For example, the mask can be paths: "name". The
"name" here is a field in DataLabelingJob.
If this field is not set, all fields of the DataLabelingJob are returned.
Mask specifying which fields to read. FieldMask represents a set of
symbolic field paths. For example, the mask can be paths: "name". The
"name" here is a field in DataLabelingJob.
If this field is not set, all fields of the DataLabelingJob are returned.
Mask specifying which fields to read. FieldMask represents a set of
symbolic field paths. For example, the mask can be paths: "name". The
"name" here is a field in DataLabelingJob.
If this field is not set, all fields of the DataLabelingJob are returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]