Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Schedule

A repeating action. Examples:

  • Invoke a ML Pipeline Run once an hour.
  • Call ML Job Run every night at midnight.

Properties

action

compartmentId

compartmentId: string

The OCID of the compartment where you want to create the schedule.

createdBy

createdBy: string

The OCID of the user who created the schedule.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {@code {"Operations": {"CostCenter": "42"}}}

Optional description

description: undefined | string

A short description of the schedule.

displayName

displayName: string

A user-friendly display name for the resource. Avoid entering confidential information.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {@code {"Department": "Finance"}}

id

id: string

The OCID of the schedule.

Optional lastScheduleRunDetails

lastScheduleRunDetails: undefined | string

Details about the action performed by the last schedule execution. Example: {@code Invoked ML Application trigger.}

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail.

lifecycleState

lifecycleState: ScheduleLifecycleState

The current state of the schedule. Example: {@code ACTIVE}

Optional logDetails

logDetails: model.ScheduleLogDetails

projectId

projectId: string

The OCID of the project associated with the schedule.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

timeCreated

timeCreated: Date

The date and time the schedule was created. Format is defined by RFC3339. Example: {@code 2022-08-05T01:02:29.600Z}

Optional timeLastScheduleRun

timeLastScheduleRun: Date

The last schedule execution time. Format is defined by RFC3339. Example: {@code 2022-08-05T01:02:29.600Z}

Optional timeNextScheduledRun

timeNextScheduledRun: Date

The next scheduled execution time for the schedule. Format is defined by RFC3339. Example: {@code 2022-08-05T01:02:29.600Z}

Optional timeUpdated

timeUpdated: Date

The date and time the schedule was updated. Format is defined by RFC3339. Example: {@code 2022-09-05T01:02:29.600Z}

trigger

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Schedule): object

getJsonObj