Share via


DeploymentsOperations interface

Interface representing a Deployments operations.

Properties

get

Get a deployed model.

list

List all deployed models in the project

Property Details

get

Get a deployed model.

get: (name: string, options?: DeploymentsGetOptionalParams) => Promise<DeploymentUnion>

Property Value

(name: string, options?: DeploymentsGetOptionalParams) => Promise<DeploymentUnion>

list

List all deployed models in the project

list: (options?: DeploymentsListOptionalParams) => PagedAsyncIterableIterator<DeploymentUnion, DeploymentUnion[], PageSettings>

Property Value

(options?: DeploymentsListOptionalParams) => PagedAsyncIterableIterator<DeploymentUnion, DeploymentUnion[], PageSettings>