GoogleCloudDatalabelingV1beta1EvaluationJobConfig class

Configures specific details of how a continuous evaluation job works.

Provide this configuration when you create an EvaluationJob.

Properties

bigqueryImportKeys Map<String, String>?
Prediction keys that tell Data Labeling Service where to find the data for evaluation in your BigQuery table.
getter/setter pair
boundingPolyConfig GoogleCloudDatalabelingV1beta1BoundingPolyConfig?
Specify this field if your model version performs image object detection (bounding box detection).
getter/setter pair
evaluationConfig GoogleCloudDatalabelingV1beta1EvaluationConfig?
Details for calculating evaluation metrics and creating Evaulations.
getter/setter pair
evaluationJobAlertConfig GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig?
Configuration details for evaluation job alerts.
getter/setter pair
exampleCount int?
The maximum number of predictions to sample and save to BigQuery during each evaluation interval.
getter/setter pair
exampleSamplePercentage double?
Fraction of predictions to sample and save to BigQuery during each evaluation interval.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
humanAnnotationConfig GoogleCloudDatalabelingV1beta1HumanAnnotationConfig?
Details for human annotation of your data.
getter/setter pair
imageClassificationConfig GoogleCloudDatalabelingV1beta1ImageClassificationConfig?
Specify this field if your model version performs image classification or general classification.
getter/setter pair
inputConfig GoogleCloudDatalabelingV1beta1InputConfig?
Rquired.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textClassificationConfig GoogleCloudDatalabelingV1beta1TextClassificationConfig?
Specify this field if your model version performs text classification.
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