Type Alias BatchPrediction

A batch prediction job configuration

type BatchPrediction = {
    aliasId?: AliasId;
    createdAt?: CreatedAt;
    createdBy?: string;
    datasetId?: string;
    dataSetId?: DataSetId;
    deploymentId?: DeploymentId;
    errorMessage?: ErrorMessage;
    errors?: Errors;
    id?: EntityId;
    indexColumn?: IndexColumn;
    name?: EntityName;
    outputDataset?: string;
    ownerId?: OwnerId;
    schedule?: BatchPredictionSchedule;
    status?: BatchPredictionStatus;
    updatedAt?: UpdatedAt;
    writeback?: BatchPredictionWriteback;
}
Index

Properties

aliasId?: AliasId

ID of an alias

createdAt?: CreatedAt

Timestamp when this was created

createdBy?: string

ID of the owner/user that ran this prediction batch

datasetId?: string

ID of the dataset with the prediction results

dataSetId?: DataSetId

The Qlik catalog dataset ID

deploymentId?: DeploymentId

ID of a model deployment

errorMessage?: ErrorMessage

JSON string of error object

errors?: Errors

JSON string with list of error objects

ID of this entity

indexColumn?: IndexColumn

A optional column name upon which to create an index. Must be unique for every row. If not included, Qlik will create a unique index column.

name?: EntityName

Name of this entity

outputDataset?: string

Where to output dataset

ownerId?: OwnerId

ID of owner/user for this entity

Batch prediction job schedule

Status of this batch prediction

updatedAt?: UpdatedAt

Timestamp when this was updated

Sets which files, file names, and spaces are used to write results of batch predictions (output files) to the catalog.

Note that for predictions based on time series models, dstShapName and dstCoordShapName do not apply and will be ignored if set.