schedule Frequency
Parameters
value
The recurrence pattern for running the job. To run the job only once, don't specify a value for this property and set the value for the job_type
property to ONE_TIME
. (documented below)
suspend fun scheduleFrequency(argument: suspend ClassificationJobScheduleFrequencyArgsBuilder.() -> Unit)
Parameters
argument
The recurrence pattern for running the job. To run the job only once, don't specify a value for this property and set the value for the job_type
property to ONE_TIME
. (documented below)