Class: Google::Cloud::AIPlatform::V1::UpdateSpecialistPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateSpecialistPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb
Overview
Request message for SpecialistPoolService.UpdateSpecialistPool.
Instance Attribute Summary collapse
-
#specialist_pool ⇒ ::Google::Cloud::AIPlatform::V1::SpecialistPool
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#specialist_pool ⇒ ::Google::Cloud::AIPlatform::V1::SpecialistPool
Returns Required. The SpecialistPool which replaces the resource on the server.
122 123 124 125 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 122 class UpdateSpecialistPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource.
122 123 124 125 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 122 class UpdateSpecialistPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |