Inference
in package
Inference class.
Table of Contents
Properties
- $activeOptions : InferenceActiveOptions
- $file : InferenceFile
- $id : string|null
- $model : InferenceModel
- $result : InferenceResult
Methods
- __construct() : mixed
- __toString() : string
Properties
$activeOptions
public
InferenceActiveOptions
$activeOptions
Active options for the inference.
$file
public
InferenceFile
$file
File info for the inference.
$id
public
string|null
$id
ID of the inference.
$model
public
InferenceModel
$model
Model info for the inference.
$result
public
InferenceResult
$result
Result of the inference.
Methods
__construct()
public
__construct(array<string|int, mixed> $serverResponse) : mixed
Parameters
- $serverResponse : array<string|int, mixed>
-
Raw server response array.
__toString()
public
__toString() : string
Return values
string —String representation.