Class GetSpecialistPoolRequest (2.1.0)

public sealed class GetSpecialistPoolRequest : IMessage<GetSpecialistPoolRequest>, IEquatable<GetSpecialistPoolRequest>, IDeepCloneable<GetSpecialistPoolRequest>, IBufferMessage, IMessage

Request message for [SpecialistPoolService.GetSpecialistPool][google.cloud.aiplatform.v1.SpecialistPoolService.GetSpecialistPool].

Inheritance

Object > GetSpecialistPoolRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetSpecialistPoolRequest()

public GetSpecialistPoolRequest()

GetSpecialistPoolRequest(GetSpecialistPoolRequest)

public GetSpecialistPoolRequest(GetSpecialistPoolRequest other)
Parameter
NameDescription
otherGetSpecialistPoolRequest

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
TypeDescription
String

SpecialistPoolName

public SpecialistPoolName SpecialistPoolName { get; set; }

SpecialistPoolName-typed view over the Name resource name property.

Property Value
TypeDescription
SpecialistPoolName