GoogleCloudAiplatformV1CompletionStats constructor

GoogleCloudAiplatformV1CompletionStats({
  1. String? failedCount,
  2. String? incompleteCount,
  3. String? successfulCount,
  4. String? successfulForecastPointCount,
})

Implementation

GoogleCloudAiplatformV1CompletionStats({
  this.failedCount,
  this.incompleteCount,
  this.successfulCount,
  this.successfulForecastPointCount,
});