Versions in this module Expand all Collapse all v1 v1.0.1 Aug 22, 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)