Class UpdateScheduleRequest (1.28.1)

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

Request message for ScheduleService.UpdateSchedule.

Attributes

Name Description
schedule google.cloud.aiplatform_v1beta1.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 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].