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.).
109 110 111 112 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 109 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}
.
109 110 111 112 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 109 class DeleteSpecialistPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |