Uses of Class
com.google.cloud.datalabeling.v1beta1.SentimentConfig
-
Packages that use SentimentConfig Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of SentimentConfig in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return SentimentConfig Modifier and Type Method Description SentimentConfig
SentimentConfig.Builder. build()
SentimentConfig
SentimentConfig.Builder. buildPartial()
static SentimentConfig
SentimentConfig. getDefaultInstance()
SentimentConfig
SentimentConfig.Builder. getDefaultInstanceForType()
SentimentConfig
SentimentConfig. getDefaultInstanceForType()
SentimentConfig
TextClassificationConfig.Builder. getSentimentConfig()
Optional.SentimentConfig
TextClassificationConfig. getSentimentConfig()
Optional.SentimentConfig
TextClassificationConfigOrBuilder. getSentimentConfig()
Optional.static SentimentConfig
SentimentConfig. parseDelimitedFrom(InputStream input)
static SentimentConfig
SentimentConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SentimentConfig
SentimentConfig. parseFrom(byte[] data)
static SentimentConfig
SentimentConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SentimentConfig
SentimentConfig. parseFrom(com.google.protobuf.ByteString data)
static SentimentConfig
SentimentConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SentimentConfig
SentimentConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static SentimentConfig
SentimentConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SentimentConfig
SentimentConfig. parseFrom(InputStream input)
static SentimentConfig
SentimentConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SentimentConfig
SentimentConfig. parseFrom(ByteBuffer data)
static SentimentConfig
SentimentConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type SentimentConfig Modifier and Type Method Description com.google.protobuf.Parser<SentimentConfig>
SentimentConfig. getParserForType()
static com.google.protobuf.Parser<SentimentConfig>
SentimentConfig. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type SentimentConfig Modifier and Type Method Description SentimentConfig.Builder
SentimentConfig.Builder. mergeFrom(SentimentConfig other)
TextClassificationConfig.Builder
TextClassificationConfig.Builder. mergeSentimentConfig(SentimentConfig value)
Optional.static SentimentConfig.Builder
SentimentConfig. newBuilder(SentimentConfig prototype)
TextClassificationConfig.Builder
TextClassificationConfig.Builder. setSentimentConfig(SentimentConfig value)
Optional.
-