public interface EvaluationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsEntityMetrics(String key)
public abstract boolean containsEntityMetrics(String key)Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAllEntitiesMetrics()
public abstract Evaluation.MultiConfidenceMetrics getAllEntitiesMetrics()Metrics for all the entities in aggregate.
.google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics all_entities_metrics = 3;
| Returns | |
|---|---|
| Type | Description |
Evaluation.MultiConfidenceMetrics |
The allEntitiesMetrics. |
getAllEntitiesMetricsOrBuilder()
public abstract Evaluation.MultiConfidenceMetricsOrBuilder getAllEntitiesMetricsOrBuilder()Metrics for all the entities in aggregate.
.google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics all_entities_metrics = 3;
| Returns | |
|---|---|
| Type | Description |
Evaluation.MultiConfidenceMetricsOrBuilder |
|
getCreateTime()
public abstract Timestamp getCreateTime()The time that the evaluation was created.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The time that the evaluation was created.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDocumentCounters()
public abstract Evaluation.Counters getDocumentCounters()Counters for the documents used in the evaluation.
.google.cloud.documentai.v1beta3.Evaluation.Counters document_counters = 5;
| Returns | |
|---|---|
| Type | Description |
Evaluation.Counters |
The documentCounters. |
getDocumentCountersOrBuilder()
public abstract Evaluation.CountersOrBuilder getDocumentCountersOrBuilder()Counters for the documents used in the evaluation.
.google.cloud.documentai.v1beta3.Evaluation.Counters document_counters = 5;
| Returns | |
|---|---|
| Type | Description |
Evaluation.CountersOrBuilder |
|
getEntityMetrics() (deprecated)
public abstract Map<String,Evaluation.MultiConfidenceMetrics> getEntityMetrics()Use #getEntityMetricsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,MultiConfidenceMetrics> |
|
getEntityMetricsCount()
public abstract int getEntityMetricsCount()Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntityMetricsMap()
public abstract Map<String,Evaluation.MultiConfidenceMetrics> getEntityMetricsMap()Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
| Returns | |
|---|---|
| Type | Description |
Map<String,MultiConfidenceMetrics> |
|
getEntityMetricsOrDefault(String key, Evaluation.MultiConfidenceMetrics defaultValue)
public abstract 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;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
Evaluation.MultiConfidenceMetrics |
| Returns | |
|---|---|
| Type | Description |
Evaluation.MultiConfidenceMetrics |
|
getEntityMetricsOrThrow(String key)
public abstract Evaluation.MultiConfidenceMetrics getEntityMetricsOrThrow(String key)Metrics across confidence levels, for different entities.
map<string, .google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics> entity_metrics = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Evaluation.MultiConfidenceMetrics |
|
getKmsKeyName()
public abstract String getKmsKeyName()The KMS key name used for encryption.
string kms_key_name = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The kmsKeyName. |
getKmsKeyNameBytes()
public abstract ByteString getKmsKeyNameBytes()The KMS key name used for encryption.
string kms_key_name = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kmsKeyName. |
getKmsKeyVersionName()
public abstract String getKmsKeyVersionName()The KMS key version with which data is encrypted.
string kms_key_version_name = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The kmsKeyVersionName. |
getKmsKeyVersionNameBytes()
public abstract ByteString getKmsKeyVersionNameBytes()The KMS key version with which data is encrypted.
string kms_key_version_name = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kmsKeyVersionName. |
getName()
public abstract String getName() The resource name of the evaluation.
Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() The resource name of the evaluation.
Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRevisions(int index)
public abstract Evaluation.EvaluationRevision getRevisions(int index)Contains all revisions of the evaluation, excluding the latest one.
repeated .google.cloud.documentai.v1beta3.Evaluation.EvaluationRevision revisions = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation.EvaluationRevision |
|
getRevisionsCount()
public abstract int getRevisionsCount()Contains all revisions of the evaluation, excluding the latest one.
repeated .google.cloud.documentai.v1beta3.Evaluation.EvaluationRevision revisions = 9;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRevisionsList()
public abstract List<Evaluation.EvaluationRevision> getRevisionsList()Contains all revisions of the evaluation, excluding the latest one.
repeated .google.cloud.documentai.v1beta3.Evaluation.EvaluationRevision revisions = 9;
| Returns | |
|---|---|
| Type | Description |
List<EvaluationRevision> |
|
getRevisionsOrBuilder(int index)
public abstract Evaluation.EvaluationRevisionOrBuilder getRevisionsOrBuilder(int index)Contains all revisions of the evaluation, excluding the latest one.
repeated .google.cloud.documentai.v1beta3.Evaluation.EvaluationRevision revisions = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation.EvaluationRevisionOrBuilder |
|
getRevisionsOrBuilderList()
public abstract List<? extends Evaluation.EvaluationRevisionOrBuilder> getRevisionsOrBuilderList()Contains all revisions of the evaluation, excluding the latest one.
repeated .google.cloud.documentai.v1beta3.Evaluation.EvaluationRevision revisions = 9;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1beta3.Evaluation.EvaluationRevisionOrBuilder> |
|
hasAllEntitiesMetrics()
public abstract boolean hasAllEntitiesMetrics()Metrics for all the entities in aggregate.
.google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics all_entities_metrics = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the allEntitiesMetrics field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()The time that the evaluation was created.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasDocumentCounters()
public abstract boolean hasDocumentCounters()Counters for the documents used in the evaluation.
.google.cloud.documentai.v1beta3.Evaluation.Counters document_counters = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the documentCounters field is set. |