mindee
    Preparing search index...

    Class AsyncPredictResponse<T>

    Wrapper for asynchronous jobs and parsing results.

    Type Parameters

    Hierarchy

    • ApiResponse
      • AsyncPredictResponse
    Index

    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