Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListDeploymentResourcePoolsRequest.
Request message for ListDeploymentResourcePools method.
Generated from protobuf message google.cloud.aiplatform.v1.ListDeploymentResourcePoolsRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent Location which owns this collection of DeploymentResourcePools. Format: |
↳ page_size |
int
The maximum number of DeploymentResourcePools to return. The service may return fewer than this value. |
↳ page_token |
string
A page token, received from a previous |
getParent
Required. The parent Location which owns this collection of
DeploymentResourcePools. Format: projects/{project}/locations/{location}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent Location which owns this collection of
DeploymentResourcePools. Format: projects/{project}/locations/{location}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
A page token, received from a previous ListDeploymentResourcePools call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListDeploymentResourcePools must match the call that provided the page
token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
A page token, received from a previous ListDeploymentResourcePools call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListDeploymentResourcePools must match the call that provided the page
token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The parent Location which owns this collection of
DeploymentResourcePools. Format: |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentResourcePoolsRequest |
|