Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1CountTokensResponse

import type { GoogleCloudAiplatformV1CountTokensResponse } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Response message for PredictionService.CountTokens.

interface GoogleCloudAiplatformV1CountTokensResponse {
totalBillableCharacters?: number;
totalTokens?: number;
}

§Properties

§
totalBillableCharacters?: number
[src]

The total number of billable characters counted across all instances from the request.

§
totalTokens?: number
[src]

The total number of tokens counted across all instances from the request.