public final class HumanAnnotationConfig extends GeneratedMessageV3 implements HumanAnnotationConfigOrBuilder
Configuration for how human labeling task should be done.
Protobuf type google.cloud.datalabeling.v1beta1.HumanAnnotationConfig
Static Fields
ANNOTATED_DATASET_DESCRIPTION_FIELD_NUMBER
public static final int ANNOTATED_DATASET_DESCRIPTION_FIELD_NUMBER
Field Value
ANNOTATED_DATASET_DISPLAY_NAME_FIELD_NUMBER
public static final int ANNOTATED_DATASET_DISPLAY_NAME_FIELD_NUMBER
Field Value
CONTRIBUTOR_EMAILS_FIELD_NUMBER
public static final int CONTRIBUTOR_EMAILS_FIELD_NUMBER
Field Value
INSTRUCTION_FIELD_NUMBER
public static final int INSTRUCTION_FIELD_NUMBER
Field Value
LABEL_GROUP_FIELD_NUMBER
public static final int LABEL_GROUP_FIELD_NUMBER
Field Value
LANGUAGE_CODE_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value
QUESTION_DURATION_FIELD_NUMBER
public static final int QUESTION_DURATION_FIELD_NUMBER
Field Value
REPLICA_COUNT_FIELD_NUMBER
public static final int REPLICA_COUNT_FIELD_NUMBER
Field Value
USER_EMAIL_ADDRESS_FIELD_NUMBER
public static final int USER_EMAIL_ADDRESS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static HumanAnnotationConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static HumanAnnotationConfig.Builder newBuilder()
Returns
newBuilder(HumanAnnotationConfig prototype)
public static HumanAnnotationConfig.Builder newBuilder(HumanAnnotationConfig prototype)
Parameter
Returns
public static HumanAnnotationConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static HumanAnnotationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static HumanAnnotationConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HumanAnnotationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static HumanAnnotationConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HumanAnnotationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static HumanAnnotationConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static HumanAnnotationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static HumanAnnotationConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static HumanAnnotationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static HumanAnnotationConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HumanAnnotationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<HumanAnnotationConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAnnotatedDatasetDescription()
public String getAnnotatedDatasetDescription()
Optional. A human-readable description for AnnotatedDataset.
The description can be up to 10000 characters long.
string annotated_dataset_description = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The annotatedDatasetDescription.
|
getAnnotatedDatasetDescriptionBytes()
public ByteString getAnnotatedDatasetDescriptionBytes()
Optional. A human-readable description for AnnotatedDataset.
The description can be up to 10000 characters long.
string annotated_dataset_description = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
ByteString | The bytes for annotatedDatasetDescription.
|
getAnnotatedDatasetDisplayName()
public String getAnnotatedDatasetDisplayName()
Required. A human-readable name for AnnotatedDataset defined by
users. Maximum of 64 characters
.
string annotated_dataset_display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The annotatedDatasetDisplayName.
|
getAnnotatedDatasetDisplayNameBytes()
public ByteString getAnnotatedDatasetDisplayNameBytes()
Required. A human-readable name for AnnotatedDataset defined by
users. Maximum of 64 characters
.
string annotated_dataset_display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for annotatedDatasetDisplayName.
|
getContributorEmails(int index)
public String getContributorEmails(int index)
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/
repeated string contributor_emails = 9 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The contributorEmails at the given index.
|
getContributorEmailsBytes(int index)
public ByteString getContributorEmailsBytes(int index)
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/
repeated string contributor_emails = 9 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the contributorEmails at the given index.
|
getContributorEmailsCount()
public int getContributorEmailsCount()
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/
repeated string contributor_emails = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
int | The count of contributorEmails.
|
getContributorEmailsList()
public ProtocolStringList getContributorEmailsList()
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/
repeated string contributor_emails = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns
getDefaultInstanceForType()
public HumanAnnotationConfig getDefaultInstanceForType()
Returns
getInstruction()
public String getInstruction()
Required. Instruction resource name.
string instruction = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The instruction.
|
getInstructionBytes()
public ByteString getInstructionBytes()
Required. Instruction resource name.
string instruction = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for instruction.
|
getLabelGroup()
public String getLabelGroup()
Optional. A human-readable label used to logically group labeling tasks.
This string must match the regular expression [a-zA-Z\\d_-]{0,128}
.
string label_group = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The labelGroup.
|
getLabelGroupBytes()
public ByteString getLabelGroupBytes()
Optional. A human-readable label used to logically group labeling tasks.
This string must match the regular expression [a-zA-Z\\d_-]{0,128}
.
string label_group = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
ByteString | The bytes for labelGroup.
|
getLanguageCode()
public String getLanguageCode()
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.
string language_code = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The languageCode.
|
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()
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.
string language_code = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
ByteString | The bytes for languageCode.
|
getParserForType()
public Parser<HumanAnnotationConfig> getParserForType()
Returns
Overrides
getQuestionDuration()
public Duration getQuestionDuration()
Optional. Maximum duration for contributors to answer a question. Maximum
is 3600 seconds. Default is 3600 seconds.
.google.protobuf.Duration question_duration = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
Duration | The questionDuration.
|
getQuestionDurationOrBuilder()
public DurationOrBuilder getQuestionDurationOrBuilder()
Optional. Maximum duration for contributors to answer a question. Maximum
is 3600 seconds. Default is 3600 seconds.
.google.protobuf.Duration question_duration = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns
getReplicaCount()
public int getReplicaCount()
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.
int32 replica_count = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
int | The replicaCount.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUserEmailAddress()
public String getUserEmailAddress()
Email of the user who started the labeling task and should be notified by
email. If empty no notification will be sent.
string user_email_address = 10;
Returns
Type | Description |
String | The userEmailAddress.
|
getUserEmailAddressBytes()
public ByteString getUserEmailAddressBytes()
Email of the user who started the labeling task and should be notified by
email. If empty no notification will be sent.
string user_email_address = 10;
Returns
Type | Description |
ByteString | The bytes for userEmailAddress.
|
hasQuestionDuration()
public boolean hasQuestionDuration()
Optional. Maximum duration for contributors to answer a question. Maximum
is 3600 seconds. Default is 3600 seconds.
.google.protobuf.Duration question_duration = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
boolean | Whether the questionDuration field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public HumanAnnotationConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HumanAnnotationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public HumanAnnotationConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions