Type Alias BatchPredictionPostResponse

type BatchPredictionPostResponse = {
    data: {
        attributes: BatchPrediction;
        id: EntityId;
        type: "batch-prediction";
    };
}
Index

Properties

Properties

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

Type Declaration