GoogleCloudAiplatformV1AggregationOutput constructor

GoogleCloudAiplatformV1AggregationOutput({
  1. List<GoogleCloudAiplatformV1AggregationResult>? aggregationResults,
  2. GoogleCloudAiplatformV1EvaluationDataset? dataset,
})

Implementation

GoogleCloudAiplatformV1AggregationOutput({
  this.aggregationResults,
  this.dataset,
});