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

GoogleCloudAiplatformV1GenerateContentResponse

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

Response message for [PredictionService.GenerateContent].

interface GoogleCloudAiplatformV1GenerateContentResponse {
readonly candidates?: GoogleCloudAiplatformV1Candidate[];
}

§Properties

§

Output only. Generated candidates.

§

Output only. Content filter results for a prompt sent in the request. Note: Sent only in the first stream chunk. Only happens when no candidates were generated due to content violations.

§

Usage metadata about the response(s).