public sealed class ListSpecialistPoolsRequest : IMessage<ListSpecialistPoolsRequest>, IEquatable<ListSpecialistPoolsRequest>, IDeepCloneable<ListSpecialistPoolsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListSpecialistPoolsRequest.
Request message for [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1beta1.SpecialistPoolService.ListSpecialistPools].
Implements
IMessageListSpecialistPoolsRequest, IEquatableListSpecialistPoolsRequest, IDeepCloneableListSpecialistPoolsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListSpecialistPoolsRequest()
public ListSpecialistPoolsRequest()ListSpecialistPoolsRequest(ListSpecialistPoolsRequest)
public ListSpecialistPoolsRequest(ListSpecialistPoolsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSpecialistPoolsRequest |
Properties
PageSize
public int PageSize { get; set; }The standard list page size.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The standard list page token. Typically obtained by [ListSpecialistPoolsResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListSpecialistPoolsResponse.next_page_token] of the previous [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1beta1.SpecialistPoolService.ListSpecialistPools] call. Return first page if empty.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The name of the SpecialistPool's parent resource.
Format: 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 |
|
ReadMask
public FieldMask ReadMask { get; set; }Mask specifying which fields to read. FieldMask represents a set of
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|