public sealed class DeleteSpecialistPoolRequest : IMessage<DeleteSpecialistPoolRequest>, IEquatable<DeleteSpecialistPoolRequest>, IDeepCloneable<DeleteSpecialistPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteSpecialistPoolRequest.
Request message for
[SpecialistPoolService.DeleteSpecialistPool][google.cloud.aiplatform.v1beta1.SpecialistPoolService.DeleteSpecialistPool].
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.)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["The `DeleteSpecialistPoolRequest` class is part of the Vertex AI v1beta1 API and is used to request the deletion of a specialist pool via the `SpecialistPoolService.DeleteSpecialistPool` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message objects, ensuring equality, creating deep clones, and managing buffered messages."],["The `DeleteSpecialistPoolRequest` class has properties `Force`, `Name`, and `SpecialistPoolName`, which enable defining whether to force the delete, the name of the specialist pool to be deleted, and a typed view over that resource name respectively."],["The class can be instantiated using either a parameterless constructor `DeleteSpecialistPoolRequest()` or a constructor `DeleteSpecialistPoolRequest(DeleteSpecialistPoolRequest other)` which allows passing in an existing `DeleteSpecialistPoolRequest` instance."],["The latest version of this class documented is `1.0.0-beta21`, with a previous version, `1.0.0-beta20` also listed, and the code is contained within the namespace `Google.Cloud.AIPlatform.V1Beta1` and the assembly `Google.Cloud.AIPlatform.V1Beta1.dll`."]]],[]]