GoogleCloudAiplatformV1DatasetStats constructor

GoogleCloudAiplatformV1DatasetStats({
  1. String? totalBillableCharacterCount,
  2. String? totalTuningCharacterCount,
  3. String? tuningDatasetExampleCount,
  4. String? tuningStepCount,
  5. List<GoogleCloudAiplatformV1Content>? userDatasetExamples,
  6. GoogleCloudAiplatformV1DatasetDistribution? userInputTokenDistribution,
  7. GoogleCloudAiplatformV1DatasetDistribution? userMessagePerExampleDistribution,
  8. GoogleCloudAiplatformV1DatasetDistribution? userOutputTokenDistribution,
})

Implementation

GoogleCloudAiplatformV1DatasetStats({
  this.totalBillableCharacterCount,
  this.totalTuningCharacterCount,
  this.tuningDatasetExampleCount,
  this.tuningStepCount,
  this.userDatasetExamples,
  this.userInputTokenDistribution,
  this.userMessagePerExampleDistribution,
  this.userOutputTokenDistribution,
});