Versions in this module Expand all Collapse all v1 v1.1.4 Sep 7, 2022 Changes in this version + type PredictionClientAPI interface + GetSlotPrediction func(ctx context.Context, appID uuid.UUID, slotName string, ...) (result runtime.PredictionResponse, err error) + GetVersionPrediction func(ctx context.Context, appID uuid.UUID, versionID string, ...) (result runtime.PredictionResponse, err error)