Class ImageClassificationConfig.Builder (0.163.0)

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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ImageClassificationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImageClassificationConfig.Builder
Overrides

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
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
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.

clearField(Descriptors.FieldDescriptor field)

public ImageClassificationConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ImageClassificationConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ImageClassificationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ImageClassificationConfig.Builder
Overrides

clone()

public ImageClassificationConfig.Builder clone()
Returns
Type Description
ImageClassificationConfig.Builder
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
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
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ImageClassificationConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ImageClassificationConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ImageClassificationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImageClassificationConfig.Builder
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
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 String

The 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 ByteString

The 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 StringAggregationType

The 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 int

The enum numeric value on the wire for answerAggregationType to set.

Returns
Type Description
ImageClassificationConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ImageClassificationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImageClassificationConfig.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ImageClassificationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ImageClassificationConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ImageClassificationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImageClassificationConfig.Builder
Overrides