Class QueryDeployedModelsRequest (1.16.1)

  QueryDeployedModelsRequest 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Request message for QueryDeployedModels method.

Attributes

Name Description
deployment_resource_pool str
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 str
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.

Inheritance

builtins.object > proto.message.Message > QueryDeployedModelsRequest