Initialize callback handler from Arthur credentials.
from_credentials(
cls,
model_id: str,
arthur_url: Optional[str] = 'https://app.arthur.ai',
arthur_login: Optional[str] = None,
arthur_password: Optional[str] = None
) -> ArthurCallbackHandler| Name | Type | Description |
|---|---|---|
model_id* | str | The ID of the arthur model to log to. |
arthur_url | str | Default: 'https://app.arthur.ai'The URL of the Arthur instance to log to. Defaults to "https://app.arthur.ai". |
arthur_login | str | Default: NoneThe login to use to connect to Arthur. Defaults to None. |
arthur_password | str | Default: NoneThe password to use to connect to Arthur. Defaults to None. |