Class: Google::Cloud::AIPlatform::V1::UpdateScheduleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateScheduleRequest
- 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
-
#schedule ⇒ ::Google::Cloud::AIPlatform::V1::Schedule
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
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.
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.
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 |