Class QueryDeployedModelsResponse (1.48.0)

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

Response message for QueryDeployedModels method.

Attributes

NameDescription
deployed_models MutableSequence[google.cloud.aiplatform_v1beta1.types.DeployedModel]
DEPRECATED Use deployed_model_refs instead.
next_page_token str
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
deployed_model_refs MutableSequence[google.cloud.aiplatform_v1beta1.types.DeployedModelRef]
References to the DeployedModels that share the specified deploymentResourcePool.
total_deployed_model_count int
The total number of DeployedModels on this DeploymentResourcePool.
total_endpoint_count int
The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.

Methods

QueryDeployedModelsResponse

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

Response message for QueryDeployedModels method.