public static final class ImageClassificationConfig.Builder extends GeneratedMessage.Builder<ImageClassificationConfig.Builder> implements ImageClassificationConfigOrBuilderConfig for image classification human labeling task.
Protobuf type google.cloud.datalabeling.v1beta1.ImageClassificationConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImageClassificationConfig.BuilderImplements
ImageClassificationConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ImageClassificationConfig build()| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig |
|
buildPartial()
public ImageClassificationConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig |
|
clear()
public ImageClassificationConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
|
clearAllowMultiLabel()
public ImageClassificationConfig.Builder clearAllowMultiLabel()Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.
bool allow_multi_label = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
This builder for chaining. |
clearAnnotationSpecSet()
public ImageClassificationConfig.Builder clearAnnotationSpecSet()Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
This builder for chaining. |
clearAnswerAggregationType()
public ImageClassificationConfig.Builder clearAnswerAggregationType()Optional. The type of how to aggregate answers.
.google.cloud.datalabeling.v1beta1.StringAggregationType answer_aggregation_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
This builder for chaining. |
getAllowMultiLabel()
public boolean getAllowMultiLabel()Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.
bool allow_multi_label = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The allowMultiLabel. |
getAnnotationSpecSet()
public String getAnnotationSpecSet()Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The annotationSpecSet. |
getAnnotationSpecSetBytes()
public ByteString getAnnotationSpecSetBytes()Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for annotationSpecSet. |
getAnswerAggregationType()
public StringAggregationType getAnswerAggregationType()Optional. The type of how to aggregate answers.
.google.cloud.datalabeling.v1beta1.StringAggregationType answer_aggregation_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StringAggregationType |
The answerAggregationType. |
getAnswerAggregationTypeValue()
public int getAnswerAggregationTypeValue()Optional. The type of how to aggregate answers.
.google.cloud.datalabeling.v1beta1.StringAggregationType answer_aggregation_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for answerAggregationType. |
getDefaultInstanceForType()
public ImageClassificationConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ImageClassificationConfig other)
public ImageClassificationConfig.Builder mergeFrom(ImageClassificationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ImageClassificationConfig |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImageClassificationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImageClassificationConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
|
setAllowMultiLabel(boolean value)
public ImageClassificationConfig.Builder setAllowMultiLabel(boolean value)Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.
bool allow_multi_label = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe allowMultiLabel to set. |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
This builder for chaining. |
setAnnotationSpecSet(String value)
public ImageClassificationConfig.Builder setAnnotationSpecSet(String value)Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe annotationSpecSet to set. |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
This builder for chaining. |
setAnnotationSpecSetBytes(ByteString value)
public ImageClassificationConfig.Builder setAnnotationSpecSetBytes(ByteString value)Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for annotationSpecSet to set. |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
This builder for chaining. |
setAnswerAggregationType(StringAggregationType value)
public ImageClassificationConfig.Builder setAnswerAggregationType(StringAggregationType value)Optional. The type of how to aggregate answers.
.google.cloud.datalabeling.v1beta1.StringAggregationType answer_aggregation_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringAggregationTypeThe answerAggregationType to set. |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
This builder for chaining. |
setAnswerAggregationTypeValue(int value)
public ImageClassificationConfig.Builder setAnswerAggregationTypeValue(int value)Optional. The type of how to aggregate answers.
.google.cloud.datalabeling.v1beta1.StringAggregationType answer_aggregation_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for answerAggregationType to set. |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationConfig.Builder |
This builder for chaining. |