InferenceResponse
extends CommonResponse
in package
Inference response class for V2.
Table of Contents
Properties
Methods
- __construct() : mixed
- getRawHttp() : string
Properties
$inference
public
Inference
$inference
Inference result.
Methods
__construct()
public
__construct(array<string|int, mixed> $serverResponse) : mixed
Parameters
- $serverResponse : array<string|int, mixed>
-
Raw server response array.
getRawHttp()
public
getRawHttp() : string
Return values
string —Raw dump of the JSON response.