str
Output only. The name of this schedule. Format:
projects/{project_id}/locations/{location}/schedules/{schedule_id}
display_name
str
Output only. Display name used for UI purposes. Name can
only contain alphanumeric characters, hyphens -, and
underscores _.
description
str
A brief description of this environment.
cron_schedule
str
Cron-tab formatted schedule by which the job will execute.
Format: minute, hour, day of month, month, day of week, e.g.
0 0 * * WED = every Wednesday More examples:
https://crontab.guru/examples.html
time_zone
str
Timezone on which the cron_schedule. The value of this field
must be a time zone name from the tz database. TZ Database:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Note that some time zones include a provision for daylight
savings time. The rules for daylight saving time are
determined by the chosen tz. For UTC use the string "utc".
If a time zone is not specified, the default will be in UTC
(also known as GMT).
create_time
google.protobuf.timestamp_pb2.Timestamp
Output only. Time the schedule was created.
update_time
google.protobuf.timestamp_pb2.Timestamp
Output only. Time the schedule was last
updated.
MutableSequence[google.cloud.notebooks_v1.types.Execution]
Output only. The most recent execution names
triggered from this schedule and their
corresponding states.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class Schedule (1.13.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.13.3 (latest)](/python/docs/reference/notebooks/latest/google.cloud.notebooks_v1.types.Schedule)\n- [1.13.1](/python/docs/reference/notebooks/1.13.1/google.cloud.notebooks_v1.types.Schedule)\n- [1.12.0](/python/docs/reference/notebooks/1.12.0/google.cloud.notebooks_v1.types.Schedule)\n- [1.11.1](/python/docs/reference/notebooks/1.11.1/google.cloud.notebooks_v1.types.Schedule)\n- [1.10.5](/python/docs/reference/notebooks/1.10.5/google.cloud.notebooks_v1.types.Schedule)\n- [1.9.0](/python/docs/reference/notebooks/1.9.0/google.cloud.notebooks_v1.types.Schedule)\n- [1.8.0](/python/docs/reference/notebooks/1.8.0/google.cloud.notebooks_v1.types.Schedule)\n- [1.7.1](/python/docs/reference/notebooks/1.7.1/google.cloud.notebooks_v1.types.Schedule)\n- [1.6.1](/python/docs/reference/notebooks/1.6.1/google.cloud.notebooks_v1.types.Schedule)\n- [1.5.1](/python/docs/reference/notebooks/1.5.1/google.cloud.notebooks_v1.types.Schedule)\n- [1.4.4](/python/docs/reference/notebooks/1.4.4/google.cloud.notebooks_v1.types.Schedule)\n- [1.3.2](/python/docs/reference/notebooks/1.3.2/google.cloud.notebooks_v1.types.Schedule)\n- [1.2.1](/python/docs/reference/notebooks/1.2.1/google.cloud.notebooks_v1.types.Schedule)\n- [1.1.1](/python/docs/reference/notebooks/1.1.1/google.cloud.notebooks_v1.types.Schedule)\n- [1.0.0](/python/docs/reference/notebooks/1.0.0/google.cloud.notebooks_v1.types.Schedule)\n- [0.4.3](/python/docs/reference/notebooks/0.4.3/google.cloud.notebooks_v1.types.Schedule)\n- [0.3.2](/python/docs/reference/notebooks/0.3.2/google.cloud.notebooks_v1.types.Schedule)\n- [0.2.0](/python/docs/reference/notebooks/0.2.0/google.cloud.notebooks_v1.types.Schedule)\n- [0.1.2](/python/docs/reference/notebooks/0.1.2/google.cloud.notebooks_v1.types.Schedule) \n\n Schedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe definition of a schedule.\n\nClasses\n-------\n\n### State\n\n State(value)\n\nState of the job."]]