Skip to main content

Fetch Index Job

GET 

/v1/dataset/index/job/:job_id

Fetches an index job to the front-end.

Request

Path Parameters

    job_id Job Idrequired

Responses

Successful Response

Schema

    id Id (string)required

    Job ID

    index_id Index Id (string)required

    Index ID

    job_start_timestamp date-timerequired

    The timestamp of when the job started.

    job_end_timestamp

    object

    required

    The timestamp of when the job ended.

    anyOf

    string

    total_datums_remaining_to_atomize Total Datums Remaining To Atomize (integer)required

    The total datums remaining to atomize

    total_atoms_remaining_to_embed

    object

    required

    The total datums remaining to embed

    anyOf

    integer

    nearest_neighbor_indices_remaining_to_build Nearest Neighbor Indices Remaining To Build (integer)required

    The total nearest neighbor indices remaining to build

    projections_remaining_to_build Projections Remaining To Build (integer)required

    The total projections remaining to build.

    topic_models_remaining_to_build Topic Models Remaining To Build (integer)required

    The total topic models remaining to build.

    rebuild_topic_models Rebuild Topic Models (boolean)required

    Whether topic models are rebuilding

Loading...