GoogleCloudDatalabelingV1beta1HumanAnnotationConfigArgs

data class GoogleCloudDatalabelingV1beta1HumanAnnotationConfigArgs(val annotatedDatasetDescription: Output<String>? = null, val annotatedDatasetDisplayName: Output<String>, val contributorEmails: Output<List<String>>? = null, val instruction: Output<String>, val labelGroup: Output<String>? = null, val languageCode: Output<String>? = null, val questionDuration: Output<String>? = null, val replicaCount: Output<Int>? = null, val userEmailAddress: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1HumanAnnotationConfigArgs>

Configuration for how human labeling task should be done.

Constructors

constructor(annotatedDatasetDescription: Output<String>? = null, annotatedDatasetDisplayName: Output<String>, contributorEmails: Output<List<String>>? = null, instruction: Output<String>, labelGroup: Output<String>? = null, languageCode: Output<String>? = null, questionDuration: Output<String>? = null, replicaCount: Output<Int>? = null, userEmailAddress: Output<String>? = null)

Properties

Link copied to clipboard
val annotatedDatasetDescription: Output<String>? = null

Optional. A human-readable description for AnnotatedDataset. The description can be up to 10000 characters long.

Link copied to clipboard

A human-readable name for AnnotatedDataset defined by users. Maximum of 64 characters .

Link copied to clipboard
val contributorEmails: Output<List<String>>? = null

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
val instruction: Output<String>

Instruction resource name.

Link copied to clipboard
val labelGroup: Output<String>? = null

Optional. A human-readable label used to logically group labeling tasks. This string must match the regular expression [a-zA-Z\\d_-]{0,128}.

Link copied to clipboard
val languageCode: Output<String>? = null

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.

Link copied to clipboard
val questionDuration: Output<String>? = null

Optional. Maximum duration for contributors to answer a question. Maximum is 3600 seconds. Default is 3600 seconds.

Link copied to clipboard
val replicaCount: Output<Int>? = null

Optional. Replication of questions. Each question will be sent to up to this number of contributors to label. Aggregated answers will be returned. Default is set to 1. For image related labeling, valid values are 1, 3, 5.

Link copied to clipboard
val userEmailAddress: Output<String>? = null

Email of the user who started the labeling task and should be notified by email. If empty no notification will be sent.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDatalabelingV1beta1HumanAnnotationConfigArgs