GoogleCloudAiplatformV1CountTokensResponse constructor
GoogleCloudAiplatformV1CountTokensResponse({
- List<
GoogleCloudAiplatformV1ModalityTokenCount> ? promptTokensDetails, - int? totalBillableCharacters,
- int? totalTokens,
Implementation
GoogleCloudAiplatformV1CountTokensResponse({
this.promptTokensDetails,
this.totalBillableCharacters,
this.totalTokens,
});