labelMissingGroundTruth property

bool? labelMissingGroundTruth
getter/setter pair

Whether you want Data Labeling Service to provide ground truth labels for prediction input.

If you want the service to assign human labelers to annotate your data, set this to true. If you want to provide your own ground truth labels in the evaluation job's BigQuery table, set this to false.

Required.

Implementation

core.bool? labelMissingGroundTruth;