Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListSpecialistPoolsResponse.
Response message for SpecialistPoolService.ListSpecialistPools.
Generated from protobuf message google.cloud.aiplatform.v1.ListSpecialistPoolsResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ specialist_pools |
array<SpecialistPool>
A list of SpecialistPools that matches the specified filter in the request. |
↳ next_page_token |
string
The standard List next-page token. |
getSpecialistPools
A list of SpecialistPools that matches the specified filter in the request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<SpecialistPool> |
|
setSpecialistPools
A list of SpecialistPools that matches the specified filter in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SpecialistPool>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The standard List next-page token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The standard List next-page token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|