totalBillableCharacterCount = $totalBillableCharacterCount; } /** * @return string */ public function getTotalBillableCharacterCount() { return $this->totalBillableCharacterCount; } /** * @param string */ public function setTotalBillableTokenCount($totalBillableTokenCount) { $this->totalBillableTokenCount = $totalBillableTokenCount; } /** * @return string */ public function getTotalBillableTokenCount() { return $this->totalBillableTokenCount; } /** * @param string */ public function setTotalTruncatedExampleCount($totalTruncatedExampleCount) { $this->totalTruncatedExampleCount = $totalTruncatedExampleCount; } /** * @return string */ public function getTotalTruncatedExampleCount() { return $this->totalTruncatedExampleCount; } /** * @param string */ public function setTotalTuningCharacterCount($totalTuningCharacterCount) { $this->totalTuningCharacterCount = $totalTuningCharacterCount; } /** * @return string */ public function getTotalTuningCharacterCount() { return $this->totalTuningCharacterCount; } /** * @param string[] */ public function setTruncatedExampleIndices($truncatedExampleIndices) { $this->truncatedExampleIndices = $truncatedExampleIndices; } /** * @return string[] */ public function getTruncatedExampleIndices() { return $this->truncatedExampleIndices; } /** * @param string */ public function setTuningDatasetExampleCount($tuningDatasetExampleCount) { $this->tuningDatasetExampleCount = $tuningDatasetExampleCount; } /** * @return string */ public function getTuningDatasetExampleCount() { return $this->tuningDatasetExampleCount; } /** * @param string */ public function setTuningStepCount($tuningStepCount) { $this->tuningStepCount = $tuningStepCount; } /** * @return string */ public function getTuningStepCount() { return $this->tuningStepCount; } /** * @param GoogleCloudAiplatformV1Content[] */ public function setUserDatasetExamples($userDatasetExamples) { $this->userDatasetExamples = $userDatasetExamples; } /** * @return GoogleCloudAiplatformV1Content[] */ public function getUserDatasetExamples() { return $this->userDatasetExamples; } /** * @param GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution */ public function setUserInputTokenDistribution(GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution $userInputTokenDistribution) { $this->userInputTokenDistribution = $userInputTokenDistribution; } /** * @return GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution */ public function getUserInputTokenDistribution() { return $this->userInputTokenDistribution; } /** * @param GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution */ public function setUserMessagePerExampleDistribution(GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution $userMessagePerExampleDistribution) { $this->userMessagePerExampleDistribution = $userMessagePerExampleDistribution; } /** * @return GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution */ public function getUserMessagePerExampleDistribution() { return $this->userMessagePerExampleDistribution; } /** * @param GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution */ public function setUserOutputTokenDistribution(GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution $userOutputTokenDistribution) { $this->userOutputTokenDistribution = $userOutputTokenDistribution; } /** * @return GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution */ public function getUserOutputTokenDistribution() { return $this->userOutputTokenDistribution; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SupervisedTuningDataStats::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SupervisedTuningDataStats');