public static final class ImageClassificationConfig.Builder extends GeneratedMessageV3.Builder<ImageClassificationConfig.Builder> implements ImageClassificationConfigOrBuilder
Config for image classification human labeling task.
Protobuf type google.cloud.datalabeling.v1beta1.ImageClassificationConfig
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImageClassificationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ImageClassificationConfig build()
Returns
buildPartial()
public ImageClassificationConfig buildPartial()
Returns
clear()
public ImageClassificationConfig.Builder clear()
Returns
Overrides
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
clearAnnotationSpecSet()
public ImageClassificationConfig.Builder clearAnnotationSpecSet()
Required. Annotation spec set resource name.
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
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
clearField(Descriptors.FieldDescriptor field)
public ImageClassificationConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ImageClassificationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ImageClassificationConfig.Builder clone()
Returns
Overrides
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
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
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ImageClassificationConfig other)
public ImageClassificationConfig.Builder mergeFrom(ImageClassificationConfig other)
Parameter
Returns
public ImageClassificationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ImageClassificationConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImageClassificationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
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 | boolean
The allowMultiLabel to set.
|
Returns
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 | String
The annotationSpecSet to set.
|
Returns
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 | ByteString
The bytes for annotationSpecSet to set.
|
Returns
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
Returns
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 | int
The enum numeric value on the wire for answerAggregationType to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ImageClassificationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImageClassificationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ImageClassificationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides