Galileo
Search…
⌃K
🔭
What is Galileo ?
Getting Started
💾
Installing Galileo
🌟
Logging Data to Galileo
📊
Training with Galileo
📈
Model Monitoring and Data Drift
Supported ML Tasks
📄
NLP - Natural Language Processing
📷
CV - Computer Vision
🗓
Structured Data
How-To and FAQ
📖
Python SDK
dq.login
dq.init
Logging Data
dq.set_labels_for_run
dq.set_tasks_for_run
dq.log_model_outputs
dq.finish
dq.metrics
Environment Variables
dq.configure
Disabling Galileo
Experimental integrations
Reference
🔮
Galileo Tutorials
🙋
FAQs
👨🔬
Advanced Usage: Faster processing
Features and Algorithms
👩🔬
👩🔬 ML Research Algorithms
🧱
Galileo Product Features
📚
Results on Public Datasets
🏅
Galileo Enterprise
Enterprise-Only
Powered By GitBook

dq.login

def login() -> None:
Logs you onto Galileo. You will be prompted for your API key. To get your API key, you can visit console.cloud.rungalileo.io/get-token (or the equivalent path in your custom enterprise deployment).
If you prefer using username and password, you can set these in your Environment Variables, and you won't be prompted for an API key.
How-To and FAQ - Previous
Python SDK
Next
dq.init
Last modified 1mo ago
Copy link