Type Alias BatchPredictionFindResponse

type BatchPredictionFindResponse = {
    data: {
        attributes: BatchPrediction;
        id: EntityId;
        type: "batch-prediction";
    }[];
    links: ResponseLinks;
    meta?: FindResponseMeta;
}
Index

Properties

Properties

data: { attributes: BatchPrediction; id: EntityId; type: "batch-prediction" }[]

Type declaration

  • attributes: BatchPrediction

    A batch prediction job configuration

  • id: EntityId

    ID of this entity

  • type: "batch-prediction"

Resource links included in paginated responses

Meta for FIND operations