GoogleCloudAiplatformV1SupervisedTuningDataStats constructor

GoogleCloudAiplatformV1SupervisedTuningDataStats({
  1. List<String>? droppedExampleReasons,
  2. String? totalBillableCharacterCount,
  3. String? totalBillableTokenCount,
  4. String? totalTruncatedExampleCount,
  5. String? totalTuningCharacterCount,
  6. List<String>? truncatedExampleIndices,
  7. String? tuningDatasetExampleCount,
  8. String? tuningStepCount,
  9. List<GoogleCloudAiplatformV1Content>? userDatasetExamples,
  10. GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution? userInputTokenDistribution,
  11. GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution? userMessagePerExampleDistribution,
  12. GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution? userOutputTokenDistribution,
})

Implementation

GoogleCloudAiplatformV1SupervisedTuningDataStats({
  this.droppedExampleReasons,
  this.totalBillableCharacterCount,
  this.totalBillableTokenCount,
  this.totalTruncatedExampleCount,
  this.totalTuningCharacterCount,
  this.truncatedExampleIndices,
  this.tuningDatasetExampleCount,
  this.tuningStepCount,
  this.userDatasetExamples,
  this.userInputTokenDistribution,
  this.userMessagePerExampleDistribution,
  this.userOutputTokenDistribution,
});