GoogleCloudAiplatformV1DatasetStats constructor
GoogleCloudAiplatformV1DatasetStats({
- String? totalBillableCharacterCount,
- String? totalTuningCharacterCount,
- String? tuningDatasetExampleCount,
- String? tuningStepCount,
- List<
GoogleCloudAiplatformV1Content> ? userDatasetExamples, - GoogleCloudAiplatformV1DatasetDistribution? userInputTokenDistribution,
- GoogleCloudAiplatformV1DatasetDistribution? userMessagePerExampleDistribution,
- GoogleCloudAiplatformV1DatasetDistribution? userOutputTokenDistribution,
Implementation
GoogleCloudAiplatformV1DatasetStats({
this.totalBillableCharacterCount,
this.totalTuningCharacterCount,
this.tuningDatasetExampleCount,
this.tuningStepCount,
this.userDatasetExamples,
this.userInputTokenDistribution,
this.userMessagePerExampleDistribution,
this.userOutputTokenDistribution,
});