Cloud AI Platform v1 API - Class UpdateScheduleRequest (2.27.0)

public sealed class UpdateScheduleRequest : IMessage<UpdateScheduleRequest>, IEquatable<UpdateScheduleRequest>, IDeepCloneable<UpdateScheduleRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class UpdateScheduleRequest.

Request message for [ScheduleService.UpdateSchedule][google.cloud.aiplatform.v1.ScheduleService.UpdateSchedule].

Inheritance

object > UpdateScheduleRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateScheduleRequest()

public UpdateScheduleRequest()

UpdateScheduleRequest(UpdateScheduleRequest)

public UpdateScheduleRequest(UpdateScheduleRequest other)
Parameter
NameDescription
otherUpdateScheduleRequest

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
TypeDescription
Schedule

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The update mask applies to the resource. See [google.protobuf.FieldMask][google.protobuf.FieldMask].

Property Value
TypeDescription
FieldMask