Client$new()
Call Client$new() to initialize the Arize client prior to publishing prediction and actual records
Last updated
Call Client$new() to initialize the Arize client prior to publishing prediction and actual records
Last updated
Copyright © 2023 Arize AI, Inc
Initializing the client with Client$new()
returns a client object you can use to log predictions and actuals.You need only call Client$new()
once to initialize a session. Sessions are tied to a specific space, however, you can log records for any model in your space.
Argument | Input Type | Description | Required | Default Value |
---|---|---|---|---|
Questions? Email us at support@arize.com or Slack us in the #arize-support channel
api_key
character
the Arize-AI api key
Required
N/A
organization_key
character
the Arize-AI organization key
Required
N/A