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

GoogleCloudAiplatformV1SchemaPredictInstanceTextSentimentPredictionInstance

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

Prediction input format for Text Sentiment.

interface GoogleCloudAiplatformV1SchemaPredictInstanceTextSentimentPredictionInstance {
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