Google Cloud Ai Platform V1 Client - Class QueryDeployedModelsRequest (0.32.0)

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
NameDescription
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
TypeDescription
string

setDeploymentResourcePool

Required. The name of the target DeploymentResourcePool to query.

Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of DeployedModels to return. The service may return fewer than this value.

Returns
TypeDescription
int

setPageSize

The maximum number of DeployedModels to return. The service may return fewer than this value.

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
deploymentResourcePool string

Required. The name of the target DeploymentResourcePool to query. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\QueryDeployedModelsRequest