Retrieve all Model Deployments
Retrieves all Model Deployments filtered by optional query arguments.
Authorizations
Query Parameters
The Model Deployment name to search by.
The Project Id to filter by.
The Deployment Target Id to filter by
The Resource Configuration Id to filter by
The registered model name to filter by
The registered model version to filter by. If defined, registeredModelName must also be defined
The number of results to retrieve. Defaults to 25.
The offset from the first element to start retrieving from.
Field to order results by. Format is the name of the field optionally followed by a space and either ASC or DESC. Field name can be name, type, status, creationTimestamp, or updateTimestamp. If not specified, defaults to "name ASC".