- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.18
- 2.2.3
- 2.1.23
public static final class TextSentimentProto.TextSentimentEvaluationMetrics.Builder extends GeneratedMessageV3.Builder<TextSentimentProto.TextSentimentEvaluationMetrics.Builder> implements TextSentimentProto.TextSentimentEvaluationMetricsOrBuilderModel evaluation metrics for text sentiment problems.
 Protobuf type google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TextSentimentProto.TextSentimentEvaluationMetrics.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllAnnotationSpecId(Iterable<String> values) (deprecated)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder addAllAnnotationSpecId(Iterable<String> values)Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The annotationSpecId to add. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
addAnnotationSpecId(String value) (deprecated)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder addAnnotationSpecId(String value)Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe annotationSpecId to add. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
addAnnotationSpecIdBytes(ByteString value) (deprecated)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder addAnnotationSpecIdBytes(ByteString value)Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the annotationSpecId to add. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
build()
public TextSentimentProto.TextSentimentEvaluationMetrics build()| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics | |
buildPartial()
public TextSentimentProto.TextSentimentEvaluationMetrics buildPartial()| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics | |
clear()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
clearAnnotationSpecId() (deprecated)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearAnnotationSpecId()Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
clearConfusionMatrix()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearConfusionMatrix()Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 
 .google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
clearF1Score()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearF1Score()Output only. The harmonic mean of recall and precision.
 float f1_score = 3;
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
clearLinearKappa()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearLinearKappa()Output only. Linear weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float linear_kappa = 6;
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
clearMeanAbsoluteError()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearMeanAbsoluteError()Output only. Mean absolute error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float mean_absolute_error = 4;
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
clearMeanSquaredError()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearMeanSquaredError()Output only. Mean squared error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float mean_squared_error = 5;
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
clearPrecision()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearPrecision()Output only. Precision.
 float precision = 1;
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
clearQuadraticKappa()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearQuadraticKappa()Output only. Quadratic weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float quadratic_kappa = 7;
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
clearRecall()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clearRecall()Output only. Recall.
 float recall = 2;
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
clone()
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
getAnnotationSpecId(int index) (deprecated)
public String getAnnotationSpecId(int index)Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The annotationSpecId at the given index. | 
getAnnotationSpecIdBytes(int index) (deprecated)
public ByteString getAnnotationSpecIdBytes(int index)Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the annotationSpecId at the given index. | 
getAnnotationSpecIdCount() (deprecated)
public int getAnnotationSpecIdCount()Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of annotationSpecId. | 
getAnnotationSpecIdList() (deprecated)
public ProtocolStringList getAnnotationSpecIdList()Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the annotationSpecId. | 
getConfusionMatrix()
public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix getConfusionMatrix()Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 
 .google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
 
| Returns | |
|---|---|
| Type | Description | 
| ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix | The confusionMatrix. | 
getConfusionMatrixBuilder()
public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Builder getConfusionMatrixBuilder()Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 
 .google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
 
| Returns | |
|---|---|
| Type | Description | 
| ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Builder | |
getConfusionMatrixOrBuilder()
public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrixOrBuilder getConfusionMatrixOrBuilder()Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 
 .google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
 
| Returns | |
|---|---|
| Type | Description | 
| ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrixOrBuilder | |
getDefaultInstanceForType()
public TextSentimentProto.TextSentimentEvaluationMetrics getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getF1Score()
public float getF1Score()Output only. The harmonic mean of recall and precision.
 float f1_score = 3;
| Returns | |
|---|---|
| Type | Description | 
| float | The f1Score. | 
getLinearKappa()
public float getLinearKappa()Output only. Linear weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float linear_kappa = 6;
| Returns | |
|---|---|
| Type | Description | 
| float | The linearKappa. | 
getMeanAbsoluteError()
public float getMeanAbsoluteError()Output only. Mean absolute error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float mean_absolute_error = 4;
| Returns | |
|---|---|
| Type | Description | 
| float | The meanAbsoluteError. | 
getMeanSquaredError()
public float getMeanSquaredError()Output only. Mean squared error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float mean_squared_error = 5;
| Returns | |
|---|---|
| Type | Description | 
| float | The meanSquaredError. | 
getPrecision()
public float getPrecision()Output only. Precision.
 float precision = 1;
| Returns | |
|---|---|
| Type | Description | 
| float | The precision. | 
getQuadraticKappa()
public float getQuadraticKappa()Output only. Quadratic weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float quadratic_kappa = 7;
| Returns | |
|---|---|
| Type | Description | 
| float | The quadraticKappa. | 
getRecall()
public float getRecall()Output only. Recall.
 float recall = 2;
| Returns | |
|---|---|
| Type | Description | 
| float | The recall. | 
hasConfusionMatrix()
public boolean hasConfusionMatrix()Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 
 .google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the confusionMatrix field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeConfusionMatrix(ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder mergeConfusionMatrix(ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix value)Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 
 .google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
mergeFrom(TextSentimentProto.TextSentimentEvaluationMetrics other)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder mergeFrom(TextSentimentProto.TextSentimentEvaluationMetrics other)| Parameter | |
|---|---|
| Name | Description | 
| other | TextSentimentProto.TextSentimentEvaluationMetrics | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextSentimentProto.TextSentimentEvaluationMetrics.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
setAnnotationSpecId(int index, String value) (deprecated)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setAnnotationSpecId(int index, String value)Deprecated. google.cloud.automl.v1beta1.TextSentimentEvaluationMetrics.annotation_spec_id is deprecated. See google/cloud/automl/v1beta1/text_sentiment.proto;l=77
Output only. The annotation spec ids used for this evaluation. Deprecated .
 repeated string annotation_spec_id = 9 [deprecated = true];
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe annotationSpecId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
setConfusionMatrix(ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setConfusionMatrix(ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix value)Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 
 .google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
setConfusionMatrix(ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Builder builderForValue)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setConfusionMatrix(ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Builder builderForValue)Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 
 .google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix confusion_matrix = 8;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
setF1Score(float value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setF1Score(float value)Output only. The harmonic mean of recall and precision.
 float f1_score = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | floatThe f1Score to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
setLinearKappa(float value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setLinearKappa(float value)Output only. Linear weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float linear_kappa = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | floatThe linearKappa to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
setMeanAbsoluteError(float value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setMeanAbsoluteError(float value)Output only. Mean absolute error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float mean_absolute_error = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | floatThe meanAbsoluteError to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
setMeanSquaredError(float value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setMeanSquaredError(float value)Output only. Mean squared error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float mean_squared_error = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | floatThe meanSquaredError to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
setPrecision(float value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setPrecision(float value)Output only. Precision.
 float precision = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | floatThe precision to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
setQuadraticKappa(float value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setQuadraticKappa(float value)Output only. Quadratic weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.
 float quadratic_kappa = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | floatThe quadraticKappa to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
setRecall(float value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setRecall(float value)Output only. Recall.
 float recall = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | floatThe recall to set. | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextSentimentProto.TextSentimentEvaluationMetrics.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final TextSentimentProto.TextSentimentEvaluationMetrics.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| TextSentimentProto.TextSentimentEvaluationMetrics.Builder | |