DeploymentsOperations interface
Interface representing a Deployments operations.
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>