DeploymentsOperations interface
Interface representing a Deployments operations.
Properties
| get | Get a deployed model. |
| list | Returns the deployed models available in the current project, optionally filtered by publisher, model name, or deployment type. |
Property Details
get
Get a deployed model.
get: (name: string, options?: DeploymentsGetOptionalParams) => Promise<DeploymentUnion>
Property Value
(name: string, options?: DeploymentsGetOptionalParams) => Promise<DeploymentUnion>
list
Returns the deployed models available in the current project, optionally filtered by publisher, model name, or deployment type.
list: (options?: DeploymentsListOptionalParams) => PagedAsyncIterableIterator<DeploymentUnion, DeploymentUnion[], PageSettings>
Property Value
(options?: DeploymentsListOptionalParams) => PagedAsyncIterableIterator<DeploymentUnion, DeploymentUnion[], PageSettings>