public interface EvaluationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsEntityMetrics(String key)
Metrics across confidence levels, for different entities.
|
Evaluation.MultiConfidenceMetrics |
getAllEntitiesMetrics()
Metrics for all the entities in aggregate.
|
Evaluation.MultiConfidenceMetricsOrBuilder |
getAllEntitiesMetricsOrBuilder()
Metrics for all the entities in aggregate.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time that the evaluation was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time that the evaluation was created.
|
Evaluation.Counters |
getDocumentCounters()
Counters for the documents used in the evaluation.
|
Evaluation.CountersOrBuilder |
getDocumentCountersOrBuilder()
Counters for the documents used in the evaluation.
|
Map<String,Evaluation.MultiConfidenceMetrics> |
getEntityMetrics()
Deprecated.
|
int |
getEntityMetricsCount()
Metrics across confidence levels, for different entities.
|
Map<String,Evaluation.MultiConfidenceMetrics> |
getEntityMetricsMap()
Metrics across confidence levels, for different entities.
|
Evaluation.MultiConfidenceMetrics |
getEntityMetricsOrDefault(String key,
Evaluation.MultiConfidenceMetrics defaultValue)
Metrics across confidence levels, for different entities.
|
Evaluation.MultiConfidenceMetrics |
getEntityMetricsOrThrow(String key)
Metrics across confidence levels, for different entities.
|
String |
getKmsKeyName()
The KMS key name used for encryption.
|
com.google.protobuf.ByteString |
getKmsKeyNameBytes()
The KMS key name used for encryption.
|
String |
getKmsKeyVersionName()
The KMS key version with which data is encrypted.
|
com.google.protobuf.ByteString |
getKmsKeyVersionNameBytes()
The KMS key version with which data is encrypted.
|
String |
getName()
The resource name of the evaluation.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the evaluation.
|
boolean |
hasAllEntitiesMetrics()
Metrics for all the entities in aggregate.
|
boolean |
hasCreateTime()
The time that the evaluation was created.
|
boolean |
hasDocumentCounters()
Counters for the documents used in the evaluation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the evaluation.
Format:
`projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}`
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the evaluation.
Format:
`projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}`
string name = 1;boolean hasCreateTime()
The time that the evaluation was created.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.Timestamp getCreateTime()
The time that the evaluation was created.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time that the evaluation was created.
.google.protobuf.Timestamp create_time = 2;boolean hasDocumentCounters()
Counters for the documents used in the evaluation.
.google.cloud.documentai.v1beta3.Evaluation.Counters document_counters = 5;Evaluation.Counters getDocumentCounters()
Counters for the documents used in the evaluation.
.google.cloud.documentai.v1beta3.Evaluation.Counters document_counters = 5;Evaluation.CountersOrBuilder getDocumentCountersOrBuilder()
Counters for the documents used in the evaluation.
.google.cloud.documentai.v1beta3.Evaluation.Counters document_counters = 5;boolean hasAllEntitiesMetrics()
Metrics for all the entities in aggregate.
.google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics all_entities_metrics = 3;
Evaluation.MultiConfidenceMetrics getAllEntitiesMetrics()
Metrics for all the entities in aggregate.
.google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics all_entities_metrics = 3;
Evaluation.MultiConfidenceMetricsOrBuilder getAllEntitiesMetricsOrBuilder()
Metrics for all the entities in aggregate.
.google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics all_entities_metrics = 3;
int getEntityMetricsCount()
Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
boolean containsEntityMetrics(String key)
Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
@Deprecated Map<String,Evaluation.MultiConfidenceMetrics> getEntityMetrics()
getEntityMetricsMap() instead.Map<String,Evaluation.MultiConfidenceMetrics> getEntityMetricsMap()
Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
Evaluation.MultiConfidenceMetrics getEntityMetricsOrDefault(String key, Evaluation.MultiConfidenceMetrics defaultValue)
Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
Evaluation.MultiConfidenceMetrics getEntityMetricsOrThrow(String key)
Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
String getKmsKeyName()
The KMS key name used for encryption.
string kms_key_name = 6;com.google.protobuf.ByteString getKmsKeyNameBytes()
The KMS key name used for encryption.
string kms_key_name = 6;String getKmsKeyVersionName()
The KMS key version with which data is encrypted.
string kms_key_version_name = 7;com.google.protobuf.ByteString getKmsKeyVersionNameBytes()
The KMS key version with which data is encrypted.
string kms_key_version_name = 7;Copyright © 2024 Google LLC. All rights reserved.