DataSchemaActiveOption
in package
implements
Stringable
Data schema options activated during the inference.
Table of Contents
Interfaces
- Stringable
Properties
- $replace : bool
Methods
- __construct() : mixed
- __toString() : string
Properties
$replace
public
bool
$replace
Whether the Data Schema has been replaced.
Methods
__construct()
public
__construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawResponse) : mixed
Parameters
- $rawResponse : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
Raw server response array.
__toString()
public
__toString() : string
Return values
string —String representation.