Skip to main content
GET
/
deployments
{
  "value": [
    {
      "type": "ModelDeployment",
      "name": "<string>"
    }
  ],
  "nextLink": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-ms-client-request-id
string<uuid>

An opaque, globally-unique, client-generated string identifier for the request.

Query Parameters

api-version
string
required

The API version to use for this operation.

Minimum length: 1
modelPublisher
string

Model publisher to filter models by

modelName
string

Model name (the publisher specific name) to filter models by

deploymentType
enum<string>

Type of deployment to filter list by

Available options:
ModelDeployment

Response

The request has succeeded.

Paged collection of Deployment items

value
object[]
required

The Deployment items on this page

The link to the next page of items