Type Alias BatchPredictionWriteback

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.

type BatchPredictionWriteback = {
    dstCoordShapName?: string;
    dstName: string;
    dstNotPredictedName?: string;
    dstShapName?: string;
    dstSourceName?: string;
    format: "qvd" | "parquet" | "csv";
    spaceId: string;
}
Index

Properties

dstCoordShapName?: string
dstName: string
dstNotPredictedName?: string
dstShapName?: string
dstSourceName?: string
format: "qvd" | "parquet" | "csv"

File format for write back files (this applies to all)

spaceId: string

Space ID where you want to save batch prediction writebacks or empty string ('') save them to your personal space.