Users
Overview
ML Aide provides internal user management that allows to
- Update personal information
- Manage API Keys
Features
Show User Settings
Instructions
- Click the User name button in the upper right corner to open the user drop-down menu
- Click the Settings button
Update User Profile
Instructions
- Click the User name button in the upper right corner to open the user drop-down menu
- Click the Settings button
- Click the Profile button in the side navigation
- Change
- First name - optional
- Last name - optional
- Nickname
- Confirm by clicking the Save button
Add API Key
Instructions
- Click the User name button in the upper right corner to open the user drop-down menu
- Click the Settings button
- Click the API Keys button in the side navigation
- Click the Add API Key button
- Provide
- Description - optional
- Expires at - optional
- Confirm by clicking the Create button
Use API Key
Instructions
options = ConnectionOptions(
server_url='http://localhost:8881/api/v1', # the ML Aide demo server runs on port 8881 per default
api_key='<your api key>'
)
mlaide_client = MLAideClient(project_key='usa-housing', options=options)
Delete API Key
Instructions
- Click the User name button in the upper right corner to open the user drop-down menu
- Click the Settings button
- Click the API Keys button in the side navigation
- Click the Delete API Key button () for the relevant API key