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 the endpoint and cleanup artifacts.
Run real-time prediction on the deployed endpoint.
Attributes
endpoint_name