Learn R Programming

civis (version 3.0.0)

models_list_schedules: Show the model build schedule

Description

Show the model build schedule

Usage

models_list_schedules(id)

Value

A list containing the following elements:

id

integer, The ID of the model associated with this schedule.

schedule

list, A list containing the following elements:

  • scheduled boolean, If the item is scheduled.

  • scheduledDays array, Day based on numeric value starting at 0 for Sunday.

  • scheduledHours array, Hours of the day it is scheduled on.

  • scheduledMinutes array, Minutes of the day it is scheduled on.

  • scheduledRunsPerHour integer, Alternative to scheduled minutes, number of times to run per hour.

Arguments

id

integer required. The ID of the model associated with this schedule.