Class AsyncPredictResponse<T>

Wrapper for asynchronous jobs and parsing results.

Type Parameters

Hierarchy

  • ApiResponse
    • AsyncPredictResponse

Constructors

Properties

Methods

Constructors

Properties

apiRequest: ApiRequest

Initial request sent to the API.

document?: Document<T>

Prediction for an asynchronous request. Will not be available so long as the job is not completed.

job: Job

Job for a queue.

Methods

Generated using TypeDoc