Google Cloud Datalabeling V1beta1Human Annotation Config Response
data class GoogleCloudDatalabelingV1beta1HumanAnnotationConfigResponse(val annotatedDatasetDescription: String, val annotatedDatasetDisplayName: String, val contributorEmails: List<String>, val instruction: String, val labelGroup: String, val languageCode: String, val questionDuration: String, val replicaCount: Int, val userEmailAddress: String)
Configuration for how human labeling task should be done.
Constructors
Link copied to clipboard
fun GoogleCloudDatalabelingV1beta1HumanAnnotationConfigResponse(annotatedDatasetDescription: String, annotatedDatasetDisplayName: String, contributorEmails: List<String>, instruction: String, labelGroup: String, languageCode: String, questionDuration: String, replicaCount: Int, userEmailAddress: String)
Types
Properties
Link copied to clipboard
Optional. If you want your own labeling contributors to manage and work on this labeling request, you can set these contributors here. We will give them access to the question types in crowdcompute. Note that these emails must be registered in crowdcompute worker UI: https://crowd-compute.appspot.com/
Link copied to clipboard
Link copied to clipboard
Optional. The Language of this question, as a BCP-47. Default value is en-US. Only need to set this when task is language related. For example, French text classification.