Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UpdateScheduleRequest (v0.38.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpdateScheduleRequest.

Request message for ScheduleService.UpdateSchedule.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#schedule

def schedule() -> ::Google::Cloud::AIPlatform::V1::Schedule
Returns
  • (::Google::Cloud::AIPlatform::V1::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.

#schedule=

def schedule=(value) -> ::Google::Cloud::AIPlatform::V1::Schedule
Parameter
  • value (::Google::Cloud::AIPlatform::V1::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.
Returns
  • (::Google::Cloud::AIPlatform::V1::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

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns