scheduleFrequency

@JvmName(name = "koeoibcnirjwcrxj")
suspend fun scheduleFrequency(value: Output<ClassificationJobScheduleFrequencyArgs>)
@JvmName(name = "ackjuigvjhplkypk")
suspend fun scheduleFrequency(value: ClassificationJobScheduleFrequencyArgs?)

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)


@JvmName(name = "kekecrhaydlicfoh")
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)