MessageTransform
import type { MessageTransform } from "https://googleapis.deno.dev/v1/pubsub:v1.ts";All supported message transforms types.
interface MessageTransform {
aiInference?: AIInference;
disabled?: boolean;
enabled?: boolean;
javascriptUdf?: JavaScriptUDF;
}§Properties
§
aiInference?: AIInference
[src]Optional. AI Inference. Specifies the Vertex AI endpoint that inference requests built from the Pub/Sub message data and provided parameters will be sent to.
§
disabled?: boolean
[src]Optional. If true, the transform is disabled and will not be applied to
messages. Defaults to false.
§
enabled?: boolean
[src]Optional. This field is deprecated, use the disabled field to disable
transforms.
§
javascriptUdf?: JavaScriptUDF
[src]Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's
are specified on a resource, each must have a unique function_name.