ActionCustom type

Parameters object for a text analysis task using custom models.

type ActionCustom = ActionCommon & {
  deploymentName: string
  projectName: string
}