Cloud AI Platform v1 API - Class CreateSpecialistPoolRequest (2.27.0)

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

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

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

Inheritance

object > CreateSpecialistPoolRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateSpecialistPoolRequest()

public CreateSpecialistPoolRequest()

CreateSpecialistPoolRequest(CreateSpecialistPoolRequest)

public CreateSpecialistPoolRequest(CreateSpecialistPoolRequest other)
Parameter
NameDescription
otherCreateSpecialistPoolRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent Project name for the new SpecialistPool. The form is projects/{project}/locations/{location}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

SpecialistPool

public SpecialistPool SpecialistPool { get; set; }

Required. The SpecialistPool to create.

Property Value
TypeDescription
SpecialistPool