# Functions
NewClose creates a new http.Handler for the close operation.
NewCloseOK creates CloseOK with default headers values.
NewCloseParams creates a new CloseParams object no default values defined in spec.
NewDataset creates a new http.Handler for the dataset operation.
NewDatasetOK creates DatasetOK with default headers values.
NewDatasetParams creates a new DatasetParams object no default values defined in spec.
NewImages creates a new http.Handler for the images operation.
NewImagesOK creates ImagesOK with default headers values.
NewImagesParams creates a new ImagesParams object no default values defined in spec.
NewOpen creates a new http.Handler for the open operation.
NewOpenOK creates OpenOK with default headers values.
NewOpenParams creates a new OpenParams object no default values defined in spec.
NewReset creates a new http.Handler for the reset operation.
NewResetOK creates ResetOK with default headers values.
NewResetParams creates a new ResetParams object no default values defined in spec.
NewURLs creates a new http.Handler for the u r ls operation.
NewURLsOK creates URLsOK with default headers values.
NewURLsParams creates a new URLsParams object no default values defined in spec.
# Constants
CloseOKCode is the HTTP code returned for type CloseOK.
DatasetOKCode is the HTTP code returned for type DatasetOK.
ImagesOKCode is the HTTP code returned for type ImagesOK.
OpenOKCode is the HTTP code returned for type OpenOK.
ResetOKCode is the HTTP code returned for type ResetOK.
URLsOKCode is the HTTP code returned for type URLsOK.
# Structs
Close swagger:route POST /predict/close Predict close
Close a predictor clear it's memory.
CloseOK A successful response.
CloseParams contains all the bound params for the close operation typically these are obtained from a http.Request
swagger:parameters Close.
CloseURL generates an URL for the close operation.
Dataset swagger:route POST /predict/dataset Predict dataset
Dataset method receives a single dataset and runs
the predictor on all elements of the dataset.
DatasetOK A successful response.
DatasetParams contains all the bound params for the dataset operation typically these are obtained from a http.Request
swagger:parameters Dataset.
DatasetURL generates an URL for the dataset operation.
Images swagger:route POST /predict/images Predict images
Images method receives a list of base64 encoded images and runs
the predictor on all the images.
ImagesOK A successful response.
ImagesParams contains all the bound params for the images operation typically these are obtained from a http.Request
swagger:parameters Images.
ImagesURL generates an URL for the images operation.
Open swagger:route POST /predict/open Predict open
Opens a predictor and returns an id where the predictor
is accessible.
OpenOK A successful response.
OpenParams contains all the bound params for the open operation typically these are obtained from a http.Request
swagger:parameters Open.
OpenURL generates an URL for the open operation.
Reset swagger:route POST /predict/reset Predict reset
Reset method clears the internal cache of the predictors
*/.
ResetOK A successful response.
ResetParams contains all the bound params for the reset operation typically these are obtained from a http.Request
swagger:parameters Reset.
ResetURL generates an URL for the reset operation.
URLs swagger:route POST /predict/urls Predict uRLs
URLs method receives a list of urls and runs
the predictor on all the urls.
URLsOK A successful response.
URLsParams contains all the bound params for the u r ls operation typically these are obtained from a http.Request
swagger:parameters URLs.
URLsURL generates an URL for the u r ls operation.
# Interfaces
CloseHandler interface for that can handle valid close params.
DatasetHandler interface for that can handle valid dataset params.
ImagesHandler interface for that can handle valid images params.
OpenHandler interface for that can handle valid open params.
ResetHandler interface for that can handle valid reset params.
URLsHandler interface for that can handle valid u r ls params.
# Type aliases
CloseHandlerFunc turns a function with the right signature into a close handler.
DatasetHandlerFunc turns a function with the right signature into a dataset handler.
ImagesHandlerFunc turns a function with the right signature into a images handler.
OpenHandlerFunc turns a function with the right signature into a open handler.
ResetHandlerFunc turns a function with the right signature into a reset handler.
URLsHandlerFunc turns a function with the right signature into a u r ls handler.