GoogleCloudAiplatformV1FunctionResponsePart
import type { GoogleCloudAiplatformV1FunctionResponsePart } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";A datatype containing media that is part of a FunctionResponse message. A
FunctionResponsePart consists of data which has an associated datatype. A
FunctionResponsePart can only contain one of the accepted types in
FunctionResponsePart.data. A FunctionResponsePart must have a fixed IANA
MIME type identifying the type and subtype of the media if the inline_data
field is filled with raw bytes.
interface GoogleCloudAiplatformV1FunctionResponsePart {
fileData?: GoogleCloudAiplatformV1FunctionResponseFileData;
inlineData?: GoogleCloudAiplatformV1FunctionResponseBlob;
}§Properties
§
URI based data.
§
inlineData?: GoogleCloudAiplatformV1FunctionResponseBlob
[src]Inline media bytes.