Documentation

ExtractionRagAnnotationResponse extends BaseRagAnnotationResponse
in package

Response for a RAG document annotation.

Table of Contents

Properties

$annotation  : RagAnnotation|null
$createdAt  : DateTimeImmutable
$filename  : string
$id  : string
$lastMatchAt  : DateTimeImmutable|null
$modelId  : string
$status  : string
$totalMatches  : int

Methods

__construct()  : mixed
getRawHttp()  : string

Properties

Methods

__construct()

public __construct(array<string, mixed> $rawResponse) : mixed
Parameters
$rawResponse : array<string, mixed>

Raw server response array.

getRawHttp()

public getRawHttp() : string
Return values
string

Raw dump of the JSON response.

On this page

Search results