Cloud AI Platform v1 API - Class DeleteSpecialistPoolRequest (2.27.0)

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

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

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

Inheritance

object > DeleteSpecialistPoolRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteSpecialistPoolRequest()

public DeleteSpecialistPoolRequest()

DeleteSpecialistPoolRequest(DeleteSpecialistPoolRequest)

public DeleteSpecialistPoolRequest(DeleteSpecialistPoolRequest other)
Parameter
NameDescription
otherDeleteSpecialistPoolRequest

Properties

Force

public bool Force { get; set; }

If set to true, any specialist managers in this SpecialistPool will also be deleted. (Otherwise, the request will only work if the SpecialistPool has no specialist managers.)

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Required. The resource name of the SpecialistPool to delete. Format: 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