- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public interface EvaluationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnnotationType()
public abstract AnnotationType getAnnotationType()
Output only. Type of task that the model version being evaluated performs, as defined in the
evaluationJobConfig.inputConfig.annotationType field of the evaluation job that created this evaluation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;
Returns | |
---|---|
Type | Description |
AnnotationType | The annotationType. |
getAnnotationTypeValue()
public abstract int getAnnotationTypeValue()
Output only. Type of task that the model version being evaluated performs, as defined in the
evaluationJobConfig.inputConfig.annotationType field of the evaluation job that created this evaluation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for annotationType. |
getConfig()
public abstract EvaluationConfig getConfig()
Output only. Options used in the evaluation job that created this evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;
Returns | |
---|---|
Type | Description |
EvaluationConfig | The config. |
getConfigOrBuilder()
public abstract EvaluationConfigOrBuilder getConfigOrBuilder()
Output only. Options used in the evaluation job that created this evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;
Returns | |
---|---|
Type | Description |
EvaluationConfigOrBuilder |
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. Timestamp for when this evaluation was created.
.google.protobuf.Timestamp create_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp for when this evaluation was created.
.google.protobuf.Timestamp create_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getEvaluatedItemCount()
public abstract long getEvaluatedItemCount()
Output only. The number of items in the ground truth dataset that were used for this evaluation. Only populated when the evaulation is for certain AnnotationTypes.
int64 evaluated_item_count = 7;
Returns | |
---|---|
Type | Description |
long | The evaluatedItemCount. |
getEvaluationJobRunTime()
public abstract Timestamp getEvaluationJobRunTime()
Output only. Timestamp for when the evaluation job that created this evaluation ran.
.google.protobuf.Timestamp evaluation_job_run_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp | The evaluationJobRunTime. |
getEvaluationJobRunTimeOrBuilder()
public abstract TimestampOrBuilder getEvaluationJobRunTimeOrBuilder()
Output only. Timestamp for when the evaluation job that created this evaluation ran.
.google.protobuf.Timestamp evaluation_job_run_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getEvaluationMetrics()
public abstract EvaluationMetrics getEvaluationMetrics()
Output only. Metrics comparing predictions to ground truth labels.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;
Returns | |
---|---|
Type | Description |
EvaluationMetrics | The evaluationMetrics. |
getEvaluationMetricsOrBuilder()
public abstract EvaluationMetricsOrBuilder getEvaluationMetricsOrBuilder()
Output only. Metrics comparing predictions to ground truth labels.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;
Returns | |
---|---|
Type | Description |
EvaluationMetricsOrBuilder |
getName()
public abstract String getName()
Output only. Resource name of an evaluation. The name has the following format:
"projects/<var>{project_id}</var>/datasets/<var>{dataset_id}</var>/evaluations/<var>{evaluation_id</var>}'
string name = 1;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Resource name of an evaluation. The name has the following format:
"projects/<var>{project_id}</var>/datasets/<var>{dataset_id}</var>/evaluations/<var>{evaluation_id</var>}'
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
hasConfig()
public abstract boolean hasConfig()
Output only. Options used in the evaluation job that created this evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the config field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()
Output only. Timestamp for when this evaluation was created.
.google.protobuf.Timestamp create_time = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the createTime field is set. |
hasEvaluationJobRunTime()
public abstract boolean hasEvaluationJobRunTime()
Output only. Timestamp for when the evaluation job that created this evaluation ran.
.google.protobuf.Timestamp evaluation_job_run_time = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the evaluationJobRunTime field is set. |
hasEvaluationMetrics()
public abstract boolean hasEvaluationMetrics()
Output only. Metrics comparing predictions to ground truth labels.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the evaluationMetrics field is set. |