public interface EvaluationJobOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationSpecSet()
Name of the AnnotationSpecSet.
|
com.google.protobuf.ByteString |
getAnnotationSpecSetBytes()
Name of the AnnotationSpecSet.
|
Attempt |
getAttempts(int index)
Output only.
|
int |
getAttemptsCount()
Output only.
|
List<Attempt> |
getAttemptsList()
Output only.
|
AttemptOrBuilder |
getAttemptsOrBuilder(int index)
Output only.
|
List<? extends AttemptOrBuilder> |
getAttemptsOrBuilderList()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Timestamp when this evaluation job was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp when this evaluation job was created.
|
String |
getDescription()
Description of the job.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the job.
|
EvaluationJobConfig |
getEvaluationJobConfig()
Detailed config for running this eval job.
|
EvaluationJobConfigOrBuilder |
getEvaluationJobConfigOrBuilder()
Detailed config for running this eval job.
|
boolean |
getLabelMissingGroundTruth()
If a human annotation should be requested when some data don't have ground
truth.
|
String |
getModelVersion()
The versioned model that is being evaluated here.
|
com.google.protobuf.ByteString |
getModelVersionBytes()
The versioned model that is being evaluated here.
|
String |
getName()
Format: 'projects/{project_id}/evaluationJobs/{evaluation_job_id}'
|
com.google.protobuf.ByteString |
getNameBytes()
Format: 'projects/{project_id}/evaluationJobs/{evaluation_job_id}'
|
String |
getSchedule()
Describes the schedule on which the job will be executed.
|
com.google.protobuf.ByteString |
getScheduleBytes()
Describes the schedule on which the job will be executed.
|
EvaluationJob.State |
getState()
.google.cloud.datalabeling.v1beta1.EvaluationJob.State state = 3; |
int |
getStateValue()
.google.cloud.datalabeling.v1beta1.EvaluationJob.State state = 3; |
boolean |
hasCreateTime()
Timestamp when this evaluation job was created.
|
boolean |
hasEvaluationJobConfig()
Detailed config for running this eval job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Format: 'projects/{project_id}/evaluationJobs/{evaluation_job_id}'
string name = 1;com.google.protobuf.ByteString getNameBytes()
Format: 'projects/{project_id}/evaluationJobs/{evaluation_job_id}'
string name = 1;String getDescription()
Description of the job. The description can be up to 25000 characters long.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Description of the job. The description can be up to 25000 characters long.
string description = 2;int getStateValue()
.google.cloud.datalabeling.v1beta1.EvaluationJob.State state = 3;EvaluationJob.State getState()
.google.cloud.datalabeling.v1beta1.EvaluationJob.State state = 3;String getSchedule()
Describes the schedule on which the job will be executed. Minimum schedule unit is 1 day. The schedule can be either of the following types: * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](https: //cloud.google.com/scheduler/docs/configuring/cron-job-schedules)
string schedule = 4;com.google.protobuf.ByteString getScheduleBytes()
Describes the schedule on which the job will be executed. Minimum schedule unit is 1 day. The schedule can be either of the following types: * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](https: //cloud.google.com/scheduler/docs/configuring/cron-job-schedules)
string schedule = 4;String getModelVersion()
The versioned model that is being evaluated here. Only one job is allowed for each model name. Format: 'projects/*/models/*/versions/*'
string model_version = 5;com.google.protobuf.ByteString getModelVersionBytes()
The versioned model that is being evaluated here. Only one job is allowed for each model name. Format: 'projects/*/models/*/versions/*'
string model_version = 5;boolean hasEvaluationJobConfig()
Detailed config for running this eval job.
.google.cloud.datalabeling.v1beta1.EvaluationJobConfig evaluation_job_config = 6;EvaluationJobConfig getEvaluationJobConfig()
Detailed config for running this eval job.
.google.cloud.datalabeling.v1beta1.EvaluationJobConfig evaluation_job_config = 6;EvaluationJobConfigOrBuilder getEvaluationJobConfigOrBuilder()
Detailed config for running this eval job.
.google.cloud.datalabeling.v1beta1.EvaluationJobConfig evaluation_job_config = 6;String getAnnotationSpecSet()
Name of the AnnotationSpecSet.
string annotation_spec_set = 7;com.google.protobuf.ByteString getAnnotationSpecSetBytes()
Name of the AnnotationSpecSet.
string annotation_spec_set = 7;boolean getLabelMissingGroundTruth()
If a human annotation should be requested when some data don't have ground truth.
bool label_missing_ground_truth = 8;List<Attempt> getAttemptsList()
Output only. Any attempts with errors happening in evaluation job runs each time will be recorded here incrementally.
repeated .google.cloud.datalabeling.v1beta1.Attempt attempts = 9;Attempt getAttempts(int index)
Output only. Any attempts with errors happening in evaluation job runs each time will be recorded here incrementally.
repeated .google.cloud.datalabeling.v1beta1.Attempt attempts = 9;int getAttemptsCount()
Output only. Any attempts with errors happening in evaluation job runs each time will be recorded here incrementally.
repeated .google.cloud.datalabeling.v1beta1.Attempt attempts = 9;List<? extends AttemptOrBuilder> getAttemptsOrBuilderList()
Output only. Any attempts with errors happening in evaluation job runs each time will be recorded here incrementally.
repeated .google.cloud.datalabeling.v1beta1.Attempt attempts = 9;AttemptOrBuilder getAttemptsOrBuilder(int index)
Output only. Any attempts with errors happening in evaluation job runs each time will be recorded here incrementally.
repeated .google.cloud.datalabeling.v1beta1.Attempt attempts = 9;boolean hasCreateTime()
Timestamp when this evaluation job was created.
.google.protobuf.Timestamp create_time = 10;com.google.protobuf.Timestamp getCreateTime()
Timestamp when this evaluation job was created.
.google.protobuf.Timestamp create_time = 10;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when this evaluation job was created.
.google.protobuf.Timestamp create_time = 10;Copyright © 2019 Google LLC. All rights reserved.