Class QueryDeployedModelsResponse (1.17.1)

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

Response message for QueryDeployedModels method.

Attributes

NameDescription
deployed_models Sequence[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 Sequence[google.cloud.aiplatform_v1beta1.types.DeployedModelRef]
References to the DeployedModels that share the specified deploymentResourcePool.

Inheritance

builtins.object > proto.message.Message > QueryDeployedModelsResponse