public sealed class GetSpecialistPoolRequest : IMessage<GetSpecialistPoolRequest>, IEquatable<GetSpecialistPoolRequest>, IDeepCloneable<GetSpecialistPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetSpecialistPoolRequest.
Request message for
[SpecialistPoolService.GetSpecialistPool][google.cloud.aiplatform.v1beta1.SpecialistPoolService.GetSpecialistPool].
[[["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-04-09 UTC."],[[["This documentation details the `GetSpecialistPoolRequest` class, which is part of the Cloud AI Platform v1beta1 API."],["`GetSpecialistPoolRequest` serves as the request message for retrieving a specific SpecialistPool resource using the `SpecialistPoolService.GetSpecialistPool` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used within Google's protocol buffer system."],["The `GetSpecialistPoolRequest` class has two constructors, one being a default constructor, and another that takes a `GetSpecialistPoolRequest` object to copy its properties and data."],["The class contains properties such as `Name` which is the required name of the SpecialistPool resource, and `SpecialistPoolName` which is a strongly-typed view over the resource name property."]]],[]]