Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class QueryDeployedModelsRequest.
Request message for QueryDeployedModels method.
Generated from protobuf message google.cloud.aiplatform.v1.QueryDeployedModelsRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deployment_resource_pool |
string
Required. The name of the target DeploymentResourcePool to query. Format: |
↳ page_size |
int
The maximum number of DeployedModels to return. The service may return fewer than this value. |
↳ page_token |
string
A page token, received from a previous |
getDeploymentResourcePool
Required. The name of the target DeploymentResourcePool to query.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
| Returns | |
|---|---|
| Type | Description |
string |
|
setDeploymentResourcePool
Required. The name of the target DeploymentResourcePool to query.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
The maximum number of DeployedModels to return. The service may return fewer than this value.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
The maximum number of DeployedModels 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 QueryDeployedModels call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
QueryDeployedModels must match the call that provided the page
token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
A page token, received from a previous QueryDeployedModels call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
QueryDeployedModels must match the call that provided the page
token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
deploymentResourcePool |
string
Required. The name of the target DeploymentResourcePool to query.
Format:
|
| Returns | |
|---|---|
| Type | Description |
QueryDeployedModelsRequest |
|