GoogleCloudDatalabelingV1beta1HumanAnnotationConfig constructor

GoogleCloudDatalabelingV1beta1HumanAnnotationConfig({
  1. String? annotatedDatasetDescription,
  2. String? annotatedDatasetDisplayName,
  3. List<String>? contributorEmails,
  4. String? instruction,
  5. String? labelGroup,
  6. String? languageCode,
  7. String? questionDuration,
  8. int? replicaCount,
  9. String? userEmailAddress,
})

Implementation

GoogleCloudDatalabelingV1beta1HumanAnnotationConfig({
  this.annotatedDatasetDescription,
  this.annotatedDatasetDisplayName,
  this.contributorEmails,
  this.instruction,
  this.labelGroup,
  this.languageCode,
  this.questionDuration,
  this.replicaCount,
  this.userEmailAddress,
});