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

GoogleCloudAiplatformV1TokensInfo

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

Tokens info with a list of tokens and the corresponding list of token ids.

interface GoogleCloudAiplatformV1TokensInfo {
tokenIds?: bigint[];
tokens?: Uint8Array[];
}

§Properties

§
tokenIds?: bigint[]
[src]

A list of token ids from the input.

§
tokens?: Uint8Array[]
[src]

A list of tokens from the input.