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

  • attributes: BatchPrediction

    A batch prediction job configuration

  • id: EntityId

    ID of this entity

  • type: "batch-prediction"