Class UpdateScheduleRequest (1.48.0)

UpdateScheduleRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ScheduleService.UpdateSchedule.

Attributes

NameDescription
schedule google.cloud.aiplatform_v1.types.Schedule
Required. The Schedule which replaces the resource on the server. The following restrictions will be applied: - The scheduled request type cannot be changed. - The non-empty fields cannot be unset. - The output_only fields will be ignored if specified.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. The update mask applies to the resource. See google.protobuf.FieldMask][google.protobuf.FieldMask].

Methods

UpdateScheduleRequest

UpdateScheduleRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ScheduleService.UpdateSchedule.