public final class EvaluationReference extends GeneratedMessageV3 implements EvaluationReferenceOrBuilder
Gives a short summary of an evaluation, and links to the evaluation itself.
Protobuf type google.cloud.documentai.v1.EvaluationReference
Static Fields
AGGREGATE_METRICS_EXACT_FIELD_NUMBER
public static final int AGGREGATE_METRICS_EXACT_FIELD_NUMBER
Field Value
AGGREGATE_METRICS_FIELD_NUMBER
public static final int AGGREGATE_METRICS_FIELD_NUMBER
Field Value
EVALUATION_FIELD_NUMBER
public static final int EVALUATION_FIELD_NUMBER
Field Value
OPERATION_FIELD_NUMBER
public static final int OPERATION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static EvaluationReference getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static EvaluationReference.Builder newBuilder()
Returns
newBuilder(EvaluationReference prototype)
public static EvaluationReference.Builder newBuilder(EvaluationReference prototype)
Parameter
Returns
public static EvaluationReference parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static EvaluationReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static EvaluationReference parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EvaluationReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static EvaluationReference parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EvaluationReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static EvaluationReference parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static EvaluationReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static EvaluationReference parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static EvaluationReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static EvaluationReference parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EvaluationReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<EvaluationReference> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAggregateMetrics()
public Evaluation.Metrics getAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
Returns
getAggregateMetricsExact()
public Evaluation.Metrics getAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;
Returns
getAggregateMetricsExactOrBuilder()
public Evaluation.MetricsOrBuilder getAggregateMetricsExactOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;
Returns
getAggregateMetricsOrBuilder()
public Evaluation.MetricsOrBuilder getAggregateMetricsOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
Returns
getDefaultInstanceForType()
public EvaluationReference getDefaultInstanceForType()
Returns
getEvaluation()
public String getEvaluation()
The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The evaluation.
|
getEvaluationBytes()
public ByteString getEvaluationBytes()
The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }
Returns
Type | Description |
ByteString | The bytes for evaluation.
|
getOperation()
public String getOperation()
The resource name of the Long Running Operation for the evaluation.
string operation = 1;
Returns
Type | Description |
String | The operation.
|
getOperationBytes()
public ByteString getOperationBytes()
The resource name of the Long Running Operation for the evaluation.
string operation = 1;
Returns
getParserForType()
public Parser<EvaluationReference> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasAggregateMetrics()
public boolean hasAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
Returns
Type | Description |
boolean | Whether the aggregateMetrics field is set.
|
hasAggregateMetricsExact()
public boolean hasAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;
Returns
Type | Description |
boolean | Whether the aggregateMetricsExact field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public EvaluationReference.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EvaluationReference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public EvaluationReference.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions