GoogleCloudAiplatformV1EvaluatedAnnotation constructor

GoogleCloudAiplatformV1EvaluatedAnnotation({
  1. Object? dataItemPayload,
  2. List<GoogleCloudAiplatformV1ErrorAnalysisAnnotation>? errorAnalysisAnnotations,
  3. String? evaluatedDataItemViewId,
  4. List<GoogleCloudAiplatformV1EvaluatedAnnotationExplanation>? explanations,
  5. List<Object?>? groundTruths,
  6. List<Object?>? predictions,
  7. String? type,
})

Implementation

GoogleCloudAiplatformV1EvaluatedAnnotation({
  this.dataItemPayload,
  this.errorAnalysisAnnotations,
  this.evaluatedDataItemViewId,
  this.explanations,
  this.groundTruths,
  this.predictions,
  this.type,
});