Cloud AI Platform v1 API - Class GetSpecialistPoolRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class GetSpecialistPoolRequest.

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