Cloud AI Platform v1 API - Class ListSpecialistPoolsResponse (2.27.0)

public sealed class ListSpecialistPoolsResponse : IMessage<ListSpecialistPoolsResponse>, IEquatable<ListSpecialistPoolsResponse>, IDeepCloneable<ListSpecialistPoolsResponse>, IBufferMessage, IMessage, IPageResponse<SpecialistPool>, IEnumerable<SpecialistPool>, IEnumerable

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

Response message for [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPools].

Inheritance

object > ListSpecialistPoolsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListSpecialistPoolsResponse()

public ListSpecialistPoolsResponse()

ListSpecialistPoolsResponse(ListSpecialistPoolsResponse)

public ListSpecialistPoolsResponse(ListSpecialistPoolsResponse other)
Parameter
NameDescription
otherListSpecialistPoolsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
string

SpecialistPools

public RepeatedField<SpecialistPool> SpecialistPools { get; }

A list of SpecialistPools that matches the specified filter in the request.

Property Value
TypeDescription
RepeatedFieldSpecialistPool

Methods

GetEnumerator()

public IEnumerator<SpecialistPool> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorSpecialistPool