TimeSeriesEndpoint

class autogluon.cloud.TimeSeriesEndpoint(endpoint: Endpoint)[source]

High-level endpoint for time series prediction.

Wraps an Endpoint and handles serialization/deserialization, providing a clean predict() interface.

Methods

delete_endpoint

Delete the endpoint and cleanup artifacts.

predict

Run real-time prediction on the deployed endpoint.

Attributes

endpoint_name