Documentation

BaseRagDocumentUploadParameters
in package

AbstractYes

Base parameters for annotation operations.

Tags
template

Table of Contents

Properties

$modelId  : string
$responseClass  : TAnnotationResponse>

Methods

__construct()  : mixed
getRequestParameters()  : array<string, string>
Gets the request parameters for the upload request.
getResponseClass()  : TAnnotationResponse>
Gets the response class associated with the parameters.

Properties

Methods

__construct()

public __construct(string $modelId) : mixed
Parameters
$modelId : string

UUID of the extraction model that the uploaded RAG document is linked to.

getRequestParameters()

Gets the request parameters for the upload request.

public getRequestParameters() : array<string, string>
Return values
array<string, string>

Request parameters.

getResponseClass()

Gets the response class associated with the parameters.

public getResponseClass() : TAnnotationResponse>
Return values
TAnnotationResponse>

Response class.

On this page

Search results