Versions in this module Expand all Collapse all v0 v0.2.15 Aug 23, 2017 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) Predict(params *PredictParams) (*PredictOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type PredictOK struct + Payload *models.DlframeworkPredictResponse + func NewPredictOK() *PredictOK + func (o *PredictOK) Error() string + type PredictParams struct + Body *models.DlframeworkPredictRequest + Context context.Context + HTTPClient *http.Client + func NewPredictParams() *PredictParams + func NewPredictParamsWithContext(ctx context.Context) *PredictParams + func NewPredictParamsWithHTTPClient(client *http.Client) *PredictParams + func NewPredictParamsWithTimeout(timeout time.Duration) *PredictParams + func (o *PredictParams) SetBody(body *models.DlframeworkPredictRequest) + func (o *PredictParams) SetContext(ctx context.Context) + func (o *PredictParams) SetHTTPClient(client *http.Client) + func (o *PredictParams) SetTimeout(timeout time.Duration) + func (o *PredictParams) WithBody(body *models.DlframeworkPredictRequest) *PredictParams + func (o *PredictParams) WithContext(ctx context.Context) *PredictParams + func (o *PredictParams) WithHTTPClient(client *http.Client) *PredictParams + func (o *PredictParams) WithTimeout(timeout time.Duration) *PredictParams + func (o *PredictParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PredictReader struct + func (o *PredictReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)