package
0.1.1-rc
Repository: https://github.com/ibm/ffdl.git
Documentation: pkg.go.dev

# Functions

NewDeleteModel creates a new http.Handler for the delete model operation.
NewDeleteModelNotFound creates DeleteModelNotFound with default headers values.
NewDeleteModelOK creates DeleteModelOK with default headers values.
NewDeleteModelParams creates a new DeleteModelParams object with the default values initialized.
NewDeleteModelUnauthorized creates DeleteModelUnauthorized with default headers values.
NewDownloadModelDefinition creates a new http.Handler for the download model definition operation.
NewDownloadModelDefinitionNotFound creates DownloadModelDefinitionNotFound with default headers values.
NewDownloadModelDefinitionOK creates DownloadModelDefinitionOK with default headers values.
NewDownloadModelDefinitionParams creates a new DownloadModelDefinitionParams object with the default values initialized.
NewDownloadModelDefinitionUnauthorized creates DownloadModelDefinitionUnauthorized with default headers values.
NewDownloadTrainedModel creates a new http.Handler for the download trained model operation.
NewDownloadTrainedModelGone creates DownloadTrainedModelGone with default headers values.
NewDownloadTrainedModelNotFound creates DownloadTrainedModelNotFound with default headers values.
NewDownloadTrainedModelOK creates DownloadTrainedModelOK with default headers values.
NewDownloadTrainedModelParams creates a new DownloadTrainedModelParams object with the default values initialized.
NewDownloadTrainedModelUnauthorized creates DownloadTrainedModelUnauthorized with default headers values.
NewGetLogs creates a new http.Handler for the get logs operation.
NewGetLogsNotFound creates GetLogsNotFound with default headers values.
NewGetLogsOK creates GetLogsOK with default headers values.
NewGetLogsParams creates a new GetLogsParams object with the default values initialized.
NewGetLogsUnauthorized creates GetLogsUnauthorized with default headers values.
NewGetMetrics creates a new http.Handler for the get metrics operation.
NewGetMetricsNotFound creates GetMetricsNotFound with default headers values.
NewGetMetricsOK creates GetMetricsOK with default headers values.
NewGetMetricsParams creates a new GetMetricsParams object with the default values initialized.
NewGetMetricsUnauthorized creates GetMetricsUnauthorized with default headers values.
NewGetModel creates a new http.Handler for the get model operation.
NewGetModelNotFound creates GetModelNotFound with default headers values.
NewGetModelOK creates GetModelOK with default headers values.
NewGetModelParams creates a new GetModelParams object with the default values initialized.
NewGetModelUnauthorized creates GetModelUnauthorized with default headers values.
NewListModels creates a new http.Handler for the list models operation.
NewListModelsOK creates ListModelsOK with default headers values.
NewListModelsParams creates a new ListModelsParams object with the default values initialized.
NewListModelsUnauthorized creates ListModelsUnauthorized with default headers values.
NewPatchModel creates a new http.Handler for the patch model operation.
NewPatchModelAccepted creates PatchModelAccepted with default headers values.
NewPatchModelBadRequest creates PatchModelBadRequest with default headers values.
NewPatchModelNotFound creates PatchModelNotFound with default headers values.
NewPatchModelParams creates a new PatchModelParams object with the default values initialized.
NewPatchModelUnauthorized creates PatchModelUnauthorized with default headers values.
NewPostModel creates a new http.Handler for the post model operation.
NewPostModelBadRequest creates PostModelBadRequest with default headers values.
NewPostModelCreated creates PostModelCreated with default headers values.
NewPostModelParams creates a new PostModelParams object with the default values initialized.
NewPostModelUnauthorized creates PostModelUnauthorized with default headers values.

# Constants

DeleteModelNotFoundCode is the HTTP code returned for type DeleteModelNotFound.
DeleteModelOKCode is the HTTP code returned for type DeleteModelOK.
DeleteModelUnauthorizedCode is the HTTP code returned for type DeleteModelUnauthorized.
DownloadModelDefinitionNotFoundCode is the HTTP code returned for type DownloadModelDefinitionNotFound.
DownloadModelDefinitionOKCode is the HTTP code returned for type DownloadModelDefinitionOK.
DownloadModelDefinitionUnauthorizedCode is the HTTP code returned for type DownloadModelDefinitionUnauthorized.
DownloadTrainedModelGoneCode is the HTTP code returned for type DownloadTrainedModelGone.
DownloadTrainedModelNotFoundCode is the HTTP code returned for type DownloadTrainedModelNotFound.
DownloadTrainedModelOKCode is the HTTP code returned for type DownloadTrainedModelOK.
DownloadTrainedModelUnauthorizedCode is the HTTP code returned for type DownloadTrainedModelUnauthorized.
GetLogsNotFoundCode is the HTTP code returned for type GetLogsNotFound.
GetLogsOKCode is the HTTP code returned for type GetLogsOK.
GetLogsUnauthorizedCode is the HTTP code returned for type GetLogsUnauthorized.
GetMetricsNotFoundCode is the HTTP code returned for type GetMetricsNotFound.
GetMetricsOKCode is the HTTP code returned for type GetMetricsOK.
GetMetricsUnauthorizedCode is the HTTP code returned for type GetMetricsUnauthorized.
GetModelNotFoundCode is the HTTP code returned for type GetModelNotFound.
GetModelOKCode is the HTTP code returned for type GetModelOK.
GetModelUnauthorizedCode is the HTTP code returned for type GetModelUnauthorized.
ListModelsOKCode is the HTTP code returned for type ListModelsOK.
ListModelsUnauthorizedCode is the HTTP code returned for type ListModelsUnauthorized.
PatchModelAcceptedCode is the HTTP code returned for type PatchModelAccepted.
PatchModelBadRequestCode is the HTTP code returned for type PatchModelBadRequest.
PatchModelNotFoundCode is the HTTP code returned for type PatchModelNotFound.
PatchModelUnauthorizedCode is the HTTP code returned for type PatchModelUnauthorized.
PostModelBadRequestCode is the HTTP code returned for type PostModelBadRequest.
PostModelCreatedCode is the HTTP code returned for type PostModelCreated.
PostModelUnauthorizedCode is the HTTP code returned for type PostModelUnauthorized.

# Structs

DeleteModel swagger:route DELETE /v1/models/{model_id} Models deleteModel Deletes an existing model Deletes an existing model.
DeleteModelNotFound The model cannot be found.
DeleteModelOK Model deleted successfully.
DeleteModelParams contains all the bound params for the delete model operation typically these are obtained from a http.Request swagger:parameters deleteModel.
DeleteModelUnauthorized Unauthorized swagger:response deleteModelUnauthorized */.
DeleteModelURL generates an URL for the delete model operation.
DownloadModelDefinition swagger:route GET /v1/models/{model_id}/definition Models downloadModelDefinition Downloads the model definition.
DownloadModelDefinitionNotFound The model cannot be found.
DownloadModelDefinitionOK Model definition swagger:response downloadModelDefinitionOK */.
DownloadModelDefinitionParams contains all the bound params for the download model definition operation typically these are obtained from a http.Request swagger:parameters downloadModelDefinition.
DownloadModelDefinitionUnauthorized Unauthorized swagger:response downloadModelDefinitionUnauthorized */.
DownloadModelDefinitionURL generates an URL for the download model definition operation.
DownloadTrainedModel swagger:route GET /v1/models/{model_id}/trained_model Models downloadTrainedModel Downloads the trained model.
DownloadTrainedModelGone If the trained model storage time has expired and it has been deleted.
DownloadTrainedModelNotFound The trained model cannot be found.
DownloadTrainedModelOK Model definition swagger:response downloadTrainedModelOK */.
DownloadTrainedModelParams contains all the bound params for the download trained model operation typically these are obtained from a http.Request swagger:parameters downloadTrainedModel.
DownloadTrainedModelUnauthorized Unauthorized swagger:response downloadTrainedModelUnauthorized */.
DownloadTrainedModelURL generates an URL for the download trained model operation.
GetLogs swagger:route GET /v1/models/{model_id}/logs Models getLogs Get training logs as websocket stream.
GetLogsNotFound The model cannot be found.
GetLogsOK Dump of the training log to-date swagger:response getLogsOK */.
GetLogsParams contains all the bound params for the get logs operation typically these are obtained from a http.Request swagger:parameters getLogs.
GetLogsUnauthorized Unauthorized swagger:response getLogsUnauthorized */.
GetLogsURL generates an URL for the get logs operation.
GetMetrics swagger:route GET /v1/models/{model_id}/metrics Models getMetrics Get training metrics from a model training as websocket.
GetMetricsNotFound The training job cannot be found.
GetMetricsOK Dump of the training log to-date swagger:response getMetricsOK */.
GetMetricsParams contains all the bound params for the get metrics operation typically these are obtained from a http.Request swagger:parameters getMetrics.
GetMetricsUnauthorized Unauthorized swagger:response getMetricsUnauthorized */.
GetMetricsURL generates an URL for the get metrics operation.
GetModel swagger:route GET /v1/models/{model_id} Models getModel Get detailed information about a model.
GetModelNotFound Model with the given ID not found.
GetModelOK Detailed model and training information.
GetModelParams contains all the bound params for the get model operation typically these are obtained from a http.Request swagger:parameters getModel.
GetModelUnauthorized Unauthorized swagger:response getModelUnauthorized */.
GetModelURL generates an URL for the get model operation.
ListModels swagger:route GET /v1/models Models listModels Get a list of available deep learning models.
ListModelsOK List of deep learning models.
ListModelsParams contains all the bound params for the list models operation typically these are obtained from a http.Request swagger:parameters listModels.
ListModelsUnauthorized Unauthorized swagger:response listModelsUnauthorized */.
ListModelsURL generates an URL for the list models operation.
PatchModel swagger:route PATCH /v1/models/{model_id} Models patchModel Changes the status of the training progress.
PatchModelAccepted Training successfully halted.
PatchModelBadRequest Incorrect status specified.
PatchModelNotFound Model with the given ID not found.
PatchModelParams contains all the bound params for the patch model operation typically these are obtained from a http.Request swagger:parameters patchModel.
PatchModelUnauthorized Unauthorized swagger:response patchModelUnauthorized */.
PatchModelURL generates an URL for the patch model operation.
PostModel swagger:route POST /v1/models Models postModel Trains a new deep learning model.
PostModelBadRequest Error in the the model_definition or manifest.
PostModelCreated Deep learning model successfully accepted.
PostModelParams contains all the bound params for the post model operation typically these are obtained from a http.Request swagger:parameters postModel.
PostModelUnauthorized Unauthorized swagger:response postModelUnauthorized */.
PostModelURL generates an URL for the post model operation.

# Interfaces

DeleteModelHandler interface for that can handle valid delete model params.
DownloadModelDefinitionHandler interface for that can handle valid download model definition params.
DownloadTrainedModelHandler interface for that can handle valid download trained model params.
GetLogsHandler interface for that can handle valid get logs params.
GetMetricsHandler interface for that can handle valid get metrics params.
GetModelHandler interface for that can handle valid get model params.
ListModelsHandler interface for that can handle valid list models params.
PatchModelHandler interface for that can handle valid patch model params.
PostModelHandler interface for that can handle valid post model params.

# Type aliases

DeleteModelHandlerFunc turns a function with the right signature into a delete model handler.
DownloadModelDefinitionHandlerFunc turns a function with the right signature into a download model definition handler.
DownloadTrainedModelHandlerFunc turns a function with the right signature into a download trained model handler.
GetLogsHandlerFunc turns a function with the right signature into a get logs handler.
GetMetricsHandlerFunc turns a function with the right signature into a get metrics handler.
GetModelHandlerFunc turns a function with the right signature into a get model handler.
ListModelsHandlerFunc turns a function with the right signature into a list models handler.
PatchModelHandlerFunc turns a function with the right signature into a patch model handler.
PostModelHandlerFunc turns a function with the right signature into a post model handler.