GoogleCloudDatalabelingV1beta1EvaluationJob class
Defines an evaluation job that runs periodically to generate Evaluations.
[Creating an evaluation job](/ml-engine/docs/continuous-evaluation/create-job) is the starting point for using continuous evaluation.
Constructors
-
GoogleCloudDatalabelingV1beta1EvaluationJob({String? annotationSpecSet, List<
GoogleCloudDatalabelingV1beta1Attempt> ? attempts, String? createTime, String? description, GoogleCloudDatalabelingV1beta1EvaluationJobConfig? evaluationJobConfig, bool? labelMissingGroundTruth, String? modelVersion, String? name, String? schedule, String? state}) - GoogleCloudDatalabelingV1beta1EvaluationJob.fromJson(Map json_)
Properties
- annotationSpecSet ↔ String?
-
Name of the AnnotationSpecSet describing all the labels that your machine
learning model outputs.
getter/setter pair
-
attempts
↔ List<
GoogleCloudDatalabelingV1beta1Attempt> ? -
Every time the evaluation job runs and an error occurs, the failed attempt
is appended to this array.
getter/setter pair
- createTime ↔ String?
-
Timestamp of when this evaluation job was created.
getter/setter pair
- description ↔ String?
-
Description of the job.
getter/setter pair
- evaluationJobConfig ↔ GoogleCloudDatalabelingV1beta1EvaluationJobConfig?
-
Configuration details for the evaluation job.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelMissingGroundTruth ↔ bool?
-
Whether you want Data Labeling Service to provide ground truth labels for
prediction input.
getter/setter pair
- modelVersion ↔ String?
-
The [AI Platform Prediction model
version](/ml-engine/docs/prediction-overview) to be evaluated.
getter/setter pair
- name ↔ String?
-
After you create a job, Data Labeling Service assigns a name to the job
with the following format: "projects/{project_id}/evaluationJobs/
{evaluation_job_id}"
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedule ↔ String?
-
Describes the interval at which the job runs.
getter/setter pair
- state ↔ String?
-
Describes the current state of the job.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited