public sealed class UpdateScheduleRequest : IMessage<UpdateScheduleRequest>, IEquatable<UpdateScheduleRequest>, IDeepCloneable<UpdateScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateScheduleRequest.
Request message for [ScheduleService.UpdateSchedule][google.cloud.aiplatform.v1beta1.ScheduleService.UpdateSchedule].
Implements
IMessageUpdateScheduleRequest, IEquatableUpdateScheduleRequest, IDeepCloneableUpdateScheduleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateScheduleRequest()
public UpdateScheduleRequest()
UpdateScheduleRequest(UpdateScheduleRequest)
public UpdateScheduleRequest(UpdateScheduleRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateScheduleRequest |
Properties
Schedule
public Schedule Schedule { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Schedule |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. The update mask applies to the resource. See [google.protobuf.FieldMask][google.protobuf.FieldMask].
Property Value | |
---|---|
Type | Description |
FieldMask |