D1 - online vs batch endpoints

(X,y)learn model xnewtrained modely^
endpoint

  • provides a stable interface through which clients invoke inference

apprequestendpointdeploymentmodel
deployment

  • the resources required to host the model and perform inference

online endpoint

ONLINE DEPLOYMENT
├── model
├── environment
├── inference code/config
└── compute

scoring

def init():
   ...
   
def run(data):
   ...

auto-scaling

batch endpoint

authentication

control and data plane

rollout