Type Alias BatchPredictionScheduleGetResponse

type BatchPredictionScheduleGetResponse = {
    data: {
        attributes: BatchPredictionSchedule;
        id: EntityId;
        type: "batch-prediction-schedule";
    };
}
Index

Properties

Properties

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

Type declaration