Client
Arize class to begin logging predictions and actuals.
Import and initialize Arize Client from arize.api
Argument | Data Type | Description |
---|---|---|
| str | (Required) Arize-provided api key associated with your service/space. Click "Show API Key" in the "Upload Data" page to copy the key. |
| str | (Required) Arize-provided identifier for relating records to spaces. Click "Show API Key" in the "Upload Data" page to copy the key.
*If using version < 4.0.0, replace |
| str | (Optional) URI endpoint required for on-prem customers. Defaults to "https://api.arize.com/v1" |
max_workers | int | (Optional) Number of max concurrent requests to Arize. Default value = 8 |
max_queue_bound | int | (Optional) Number of maximum concurrent future objects queued for publishing to Arize. Default value = 5000 |
Code Example
Last updated