Uses of Class
com.google.cloud.datalabeling.v1beta1.SentimentConfig.Builder
-
Packages that use SentimentConfig.Builder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of SentimentConfig.Builder in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return SentimentConfig.Builder Modifier and Type Method Description SentimentConfig.Builder
SentimentConfig.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SentimentConfig.Builder
SentimentConfig.Builder. clear()
SentimentConfig.Builder
SentimentConfig.Builder. clearEnableLabelSentimentSelection()
If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label.SentimentConfig.Builder
SentimentConfig.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SentimentConfig.Builder
SentimentConfig.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SentimentConfig.Builder
SentimentConfig.Builder. clone()
SentimentConfig.Builder
TextClassificationConfig.Builder. getSentimentConfigBuilder()
Optional.SentimentConfig.Builder
SentimentConfig.Builder. mergeFrom(SentimentConfig other)
SentimentConfig.Builder
SentimentConfig.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SentimentConfig.Builder
SentimentConfig.Builder. mergeFrom(com.google.protobuf.Message other)
SentimentConfig.Builder
SentimentConfig.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static SentimentConfig.Builder
SentimentConfig. newBuilder()
static SentimentConfig.Builder
SentimentConfig. newBuilder(SentimentConfig prototype)
SentimentConfig.Builder
SentimentConfig. newBuilderForType()
protected SentimentConfig.Builder
SentimentConfig. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
SentimentConfig.Builder
SentimentConfig.Builder. setEnableLabelSentimentSelection(boolean value)
If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label.SentimentConfig.Builder
SentimentConfig.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SentimentConfig.Builder
SentimentConfig.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
SentimentConfig.Builder
SentimentConfig.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SentimentConfig.Builder
SentimentConfig. toBuilder()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type SentimentConfig.Builder Modifier and Type Method Description TextClassificationConfig.Builder
TextClassificationConfig.Builder. setSentimentConfig(SentimentConfig.Builder builderForValue)
Optional.
-