Contents Menu Expand Light mode Dark mode Auto light/dark mode
Join us on Slack and Github Discussions, and if you like this project, give us a star ⭐️!
UnionML
Logo
UnionML
  • Basics
    • Initializing a UnionML App
    • Defining a Dataset
    • Binding a Model and Dataset
    • Local Training and Prediction
  • Deployment Guides
    • Deploying to Flyte
    • Serving with FastAPI
    • Serving with AWS Lambda
    • Serving with BentoML
    • Reacting to S3 Events
  • Advanced Guides
    • Scheduling
    • Component Callbacks

Tutorials

  • Tutorials
  • Computer Vision
    • MNIST: Digits Classification
    • QuickDraw: A Pictionary App

References

  • API Reference
    • unionml.dataset
      • unionml.dataset.Dataset
      • unionml.dataset.FeatureTypeUnion
      • unionml.dataset.ReaderReturnTypeSource
    • unionml.model
      • unionml.model.BaseHyperparameters
      • unionml.model.Model
      • unionml.model.ModelArtifact
    • unionml.schedule
      • unionml.schedule.Schedule
      • unionml.schedule.ScheduleType
      • unionml.schedule.create_scheduled_launchplan
    • unionml.services.bentoml
      • unionml.services.bentoml.BentoMLService
      • unionml.services.bentoml.create_runnable
      • unionml.services.bentoml.create_service
      • unionml.services.bentoml.infer_feature_io_descriptor
      • unionml.services.bentoml.infer_io_descriptor
      • unionml.services.bentoml.infer_output_io_descriptor
      • unionml.services.bentoml.ServiceNotConfigured
    • unionml.exceptions
      • unionml.exceptions.ModelArtifactNotFound
  • CLI Reference

Resources

  • Contributing Guide
  • Union.ai
Back to top
Edit this page

API Reference#

Core API#

unionml.dataset

Dataset class for defining data source, splitting, parsing, and iteration.

unionml.model

Model class for defining training, evaluation, and prediction.

Scheduling#

unionml.schedule

Module to handle scheduling training and batch prediction jobs.

Services#

unionml.services.bentoml

Service definition for BentoML.

Exceptions#

unionml.exceptions

UnionML exceptions.

Next
unionml.dataset
Previous
QuickDraw: A Pictionary App
Copyright © 2022, unionai-oss
Made with Sphinx and @pradyunsg's Furo
On this page
  • API Reference
    • Core API
    • Scheduling
    • Services
    • Exceptions