WorkflowOptions
extends CommonOptions
in package
Handles options tied to Workflows.
Table of Contents
Properties
- $alias : string|null
- $fullText : bool
- $priority : string|null
- $publicUrl : string|null
- $rag : bool|null
Methods
- __construct() : mixed
- Prediction options.
- setFullText() : static
Properties
$alias
public
string|null
$alias
= null
$fullText
public
bool
$fullText
= false
$priority
public
string|null
$priority
= null
$publicUrl
public
string|null
$publicUrl
= null
$rag
public
bool|null
$rag
= false
Methods
__construct()
Prediction options.
public
__construct([string|null $alias = null ][, string|null $priority = null ][, bool $fullTextOcr = false ][, string|null $publicUrl = null ][, bool $rag = false ]) : mixed
Parameters
- $alias : string|null = null
-
Alias for the document.
- $priority : string|null = null
-
Priority for the document.
- $fullTextOcr : bool = false
-
Whether to retrieve the full ocr text.
- $publicUrl : string|null = null
-
Priority for the document.
- $rag : bool = false
-
Whether to enable Retrieval-Augmented Generation.
setFullText()
public
setFullText(bool $fullText) : static
Parameters
- $fullText : bool
-
Whether to include the full text.