GoogleCloudAiplatformV1ErrorAnalysisAnnotation constructor
GoogleCloudAiplatformV1ErrorAnalysisAnnotation({
- List<
GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem> ? attributedItems, - double? outlierScore,
- double? outlierThreshold,
- String? queryType,
Implementation
GoogleCloudAiplatformV1ErrorAnalysisAnnotation({
this.attributedItems,
this.outlierScore,
this.outlierThreshold,
this.queryType,
});