GoogleCloudAiplatformV1SupervisedTuningDataStats constructor
GoogleCloudAiplatformV1SupervisedTuningDataStats({
- List<
String> ? droppedExampleReasons, - String? totalBillableCharacterCount,
- String? totalBillableTokenCount,
- String? totalTruncatedExampleCount,
- String? totalTuningCharacterCount,
- List<
String> ? truncatedExampleIndices, - String? tuningDatasetExampleCount,
- String? tuningStepCount,
- List<
GoogleCloudAiplatformV1Content> ? userDatasetExamples, - GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution? userInputTokenDistribution,
- GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution? userMessagePerExampleDistribution,
- 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,
});