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
createdBy?: string
datasetId?: string
dataSetId?: DataSetId
deploymentId?: DeploymentId
errorMessage?: ErrorMessage
errors?: Errors
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
outputDataset?: string
ownerId?: OwnerId
updatedAt?: UpdatedAt

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.