Class PutCalendarJobRequest

All Implemented Interfaces:
Writeable, TaskAwareRequest

public class PutCalendarJobRequest
extends ActionRequest
Request class for adding Machine Learning Jobs to an existing calendar
  • Constructor Details

    • PutCalendarJobRequest

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