public interface EvaluationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationType |
getAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
int |
getAnnotationTypeValue()
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
EvaluationConfig |
getConfig()
Options used in evaluation plan for creating the evaluation.
|
EvaluationConfigOrBuilder |
getConfigOrBuilder()
Options used in evaluation plan for creating the evaluation.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
long |
getEvaluatedItemCount()
Output only.
|
com.google.protobuf.Timestamp |
getEvaluationJobRunTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEvaluationJobRunTimeOrBuilder()
Output only.
|
EvaluationMetrics |
getEvaluationMetrics()
Output only.
|
EvaluationMetricsOrBuilder |
getEvaluationMetricsOrBuilder()
Output only.
|
String |
getName()
Resource name of an evaluation.
|
com.google.protobuf.ByteString |
getNameBytes()
Resource name of an evaluation.
|
boolean |
hasConfig()
Options used in evaluation plan for creating the evaluation.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEvaluationJobRunTime()
Output only.
|
boolean |
hasEvaluationMetrics()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Resource name of an evaluation.
Format:
'projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'
string name = 1;com.google.protobuf.ByteString getNameBytes()
Resource name of an evaluation.
Format:
'projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'
string name = 1;boolean hasConfig()
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;EvaluationConfig getConfig()
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;EvaluationConfigOrBuilder getConfigOrBuilder()
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;boolean hasEvaluationJobRunTime()
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;com.google.protobuf.Timestamp getEvaluationJobRunTime()
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;com.google.protobuf.TimestampOrBuilder getEvaluationJobRunTimeOrBuilder()
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;boolean hasCreateTime()
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;boolean hasEvaluationMetrics()
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;EvaluationMetrics getEvaluationMetrics()
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;EvaluationMetricsOrBuilder getEvaluationMetricsOrBuilder()
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;int getAnnotationTypeValue()
Type of the annotation to compute metrics for in the groundtruth and annotation labeled dataset. Required for creation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;AnnotationType getAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and annotation labeled dataset. Required for creation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;long getEvaluatedItemCount()
Output only. Count of items in groundtruth dataset included in this evaluation. Will be unset if annotation type is not applicable.
int64 evaluated_item_count = 7;Copyright © 2019 Google LLC. All rights reserved.