Google Cloud Ai Platform V1 Client - Class QueryDeployedModelsRequest (1.0.0-RC1)

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 \ V1

Methods

__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: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

↳ 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 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.

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: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

Returns
Type Description
Google\Cloud\AIPlatform\V1\QueryDeployedModelsRequest