Client
Last updated
Last updated
Copyright © 2023 Arize AI, Inc
Arize class to begin logging predictions and actuals.
Import and initialize Arize Client from arize.api
Argument | Data Type | Description |
---|---|---|
api_key
str
(Required) Arize-provided api key associated with your service/space. Click "Show API Key" in the "Upload Data" page to copy the key.
space_id
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 space_id=SPACE_ID
with organization_key=SPACE_ID
uri
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