Class DeleteCalendarJobRequest

  • All Implemented Interfaces:
    Writeable, TaskAwareRequest

    public class DeleteCalendarJobRequest
    extends ActionRequest
    Request class for removing Machine Learning Jobs from an existing calendar
    • Constructor Detail

      • DeleteCalendarJobRequest

        public DeleteCalendarJobRequest​(String calendarId,
                                        String... jobIds)
        Create a new request referencing an existing Calendar and which JobIds to remove from it.
        Parameters:
        calendarId - The non-null ID of the calendar
        jobIds - JobIds to remove from the calendar, cannot be empty, or contain null values. It can be a list of jobs or groups.