Class: Google::Cloud::AIPlatform::V1::DeleteSpecialistPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteSpecialistPoolRequest
- 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.DeleteSpecialistPool.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If set to true, any specialist managers in this SpecialistPool will also be deleted.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns If set to true, any specialist managers in this SpecialistPool will also be deleted. (Otherwise, the request will only work if the SpecialistPool has no specialist managers.).
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 102 class DeleteSpecialistPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the SpecialistPool to delete. Format:
projects/{project}/locations/{location}/specialistPools/{specialist_pool}
.
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 102 class DeleteSpecialistPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |