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 v1beta1 API class ListSpecialistPoolsResponse.
Response message for [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1beta1.SpecialistPoolService.ListSpecialistPools].
Implements
IMessageListSpecialistPoolsResponse, IEquatableListSpecialistPoolsResponse, IDeepCloneableListSpecialistPoolsResponse, IBufferMessage, IMessage, IPageResponseSpecialistPool, IEnumerableSpecialistPool, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListSpecialistPoolsResponse()
public ListSpecialistPoolsResponse()
ListSpecialistPoolsResponse(ListSpecialistPoolsResponse)
public ListSpecialistPoolsResponse(ListSpecialistPoolsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSpecialistPoolsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
The standard List next-page token.
Property Value | |
---|---|
Type | Description |
string |
SpecialistPools
public RepeatedField<SpecialistPool> SpecialistPools { get; }
A list of SpecialistPools that matches the specified filter in the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSpecialistPool |
Methods
GetEnumerator()
public IEnumerator<SpecialistPool> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSpecialistPool |