Type Alias BatchPredictionScheduleInput

Input values for a batch prediction schedule

type BatchPredictionScheduleInput = {
    data?: {
        attributes?: BatchPredictionScheduleInputAttributes;
        type?: "batch-prediction-schedule";
    };
}
Index

Properties

Properties

data?: {
    attributes?: BatchPredictionScheduleInputAttributes;
    type?: "batch-prediction-schedule";
}

Type declaration