GoogleCloudAiplatformV1ErrorAnalysisAnnotation constructor

GoogleCloudAiplatformV1ErrorAnalysisAnnotation({
  1. List<GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem>? attributedItems,
  2. double? outlierScore,
  3. double? outlierThreshold,
  4. String? queryType,
})

Implementation

GoogleCloudAiplatformV1ErrorAnalysisAnnotation({
  this.attributedItems,
  this.outlierScore,
  this.outlierThreshold,
  this.queryType,
});