Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openlayer-ai/openlayer-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: openlayer-ai/openlayer-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vini/adds-export-data
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 12, 2025

  1. feat(inference): add export inferece pipeline data

    - Introduced `export_data` and `get_task_status` methods in both `InferencePipelinesResource` and `AsyncInferencePipelinesResource` classes to facilitate data export and task status retrieval for inference pipelines.
    - Added corresponding request and response types: `ExportDataParams`, `ExportDataResponse`, and `TaskStatusResponse` to ensure type safety and clarity.
    - Updated the `__init__.py` file to include new types for easier access.
    - Enhanced existing print statements for better clarity in the `MetricRunner` class.
    - Ensured all new methods and types are documented with Google-style docstrings and comply with type hinting standards.
    viniciusdsmello committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    3c5c33a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    3a2de63 View commit details
    Browse the repository at this point in the history
Loading