public sealed class CreateSpecialistPoolRequest : IMessage<CreateSpecialistPoolRequest>, IEquatable<CreateSpecialistPoolRequest>, IDeepCloneable<CreateSpecialistPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateSpecialistPoolRequest.
Request message for [SpecialistPoolService.CreateSpecialistPool][google.cloud.aiplatform.v1beta1.SpecialistPoolService.CreateSpecialistPool].
Implements
IMessageCreateSpecialistPoolRequest, IEquatableCreateSpecialistPoolRequest, IDeepCloneableCreateSpecialistPoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateSpecialistPoolRequest()
public CreateSpecialistPoolRequest()
CreateSpecialistPoolRequest(CreateSpecialistPoolRequest)
public CreateSpecialistPoolRequest(CreateSpecialistPoolRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateSpecialistPoolRequest |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
SpecialistPool
public SpecialistPool SpecialistPool { get; set; }
Required. The SpecialistPool to create.
Property Value | |
---|---|
Type | Description |
SpecialistPool |