Type Alias BatchPredictionActionResponse

Response for batch prediction predict action that indicates job and status

type BatchPredictionActionResponse = {
    data: { attributes: PredictionJobResponse; id: EntityId; type: "job" };
}
Index

Properties

Properties

data: { attributes: PredictionJobResponse; id: EntityId; type: "job" }

Type declaration