Model to Endpoint
API Classes
For most users the API Classes will provide all the general functionality to create a full AWS ML Pipeline
ModelToEndpoint: Deploy an Endpoint for a Model
ModelToEndpoint
Bases: Transform
ModelToEndpoint: Deploy an Endpoint for a Model
Common Usage
Source code in src/sageworks/core/transforms/model_to_endpoint/model_to_endpoint.py
__init__(model_uuid, endpoint_uuid, serverless=True)
ModelToEndpoint Initialization Args: model_uuid(str): The UUID of the input Model endpoint_uuid(str): The UUID of the output Endpoint serverless(bool): Deploy the Endpoint in serverless mode (default: True)
Source code in src/sageworks/core/transforms/model_to_endpoint/model_to_endpoint.py
post_transform(**kwargs)
Post-Transform: Calling onboard() for the Endpoint
Source code in src/sageworks/core/transforms/model_to_endpoint/model_to_endpoint.py
transform_impl()
Deploy an Endpoint for a Model