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

GoogleCloudAiplatformV1ComputeTokensRequest

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

Request message for ComputeTokens RPC call.

interface GoogleCloudAiplatformV1ComputeTokensRequest {
instances?: any[];
}

§Properties

§
instances?: any[]
[src]

Required. The instances that are the input to token computing API call. Schema is identical to the prediction schema of the text model, even for the non-text models, like chat models, or Codey models.