Class: Google::Cloud::AIPlatform::V1::UpdateScheduleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/schedule_service.rb

Overview

Request message for ScheduleService.UpdateSchedule.

Instance Attribute Summary collapse

Instance Attribute Details

#schedule::Google::Cloud::AIPlatform::V1::Schedule

Returns 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.


197
198
199
200
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 197

class UpdateScheduleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

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

Returns:



197
198
199
200
# File 'proto_docs/google/cloud/aiplatform/v1/schedule_service.rb', line 197

class UpdateScheduleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end