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

GoogleCloudAiplatformV1SchemaPredictInstanceTextClassificationPredictionInstance

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

Prediction input format for Text Classification.

interface GoogleCloudAiplatformV1SchemaPredictInstanceTextClassificationPredictionInstance {
content?: string;
mimeType?: string;
}

§Properties

§
content?: string
[src]

The text snippet to make the predictions on.

§
mimeType?: string
[src]

The MIME type of the text snippet. The supported MIME types are listed below. - text/plain