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].
Implements
IMessageGetSpecialistPoolRequest, IEquatableGetSpecialistPoolRequest, IDeepCloneableGetSpecialistPoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetSpecialistPoolRequest()
public GetSpecialistPoolRequest()
GetSpecialistPoolRequest(GetSpecialistPoolRequest)
public GetSpecialistPoolRequest(GetSpecialistPoolRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSpecialistPoolRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the SpecialistPool resource.
The form is
projects/{project}/locations/{location}/specialistPools/{specialist_pool}
.
Property Value | |
---|---|
Type | Description |
string |
SpecialistPoolName
public SpecialistPoolName SpecialistPoolName { get; set; }
SpecialistPoolName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SpecialistPoolName |