AIModelsOperations interface
Interface representing a AIModels operations.
Properties
| calculate |
Returns a ranked list of GPU SKU pricing plans for deploying this model in the target region, each annotated with feasibility, per-replica hourly cost, and estimated relative performance. No Azure or Kubernetes resources are provisioned. |
| get | Get a AIModel |
| list | List AIModel resources by SubscriptionLocationResource |
Property Details
calculateCost
Returns a ranked list of GPU SKU pricing plans for deploying this model in the target region, each annotated with feasibility, per-replica hourly cost, and estimated relative performance. No Azure or Kubernetes resources are provisioned.
calculateCost: (location: string, aiModelName: string, body: CalculateCostRequest, options?: AIModelsCalculateCostOptionalParams) => Promise<CalculateCostResponse>
Property Value
(location: string, aiModelName: string, body: CalculateCostRequest, options?: AIModelsCalculateCostOptionalParams) => Promise<CalculateCostResponse>
get
Get a AIModel
get: (location: string, aiModelName: string, options?: AIModelsGetOptionalParams) => Promise<AIModel>
Property Value
(location: string, aiModelName: string, options?: AIModelsGetOptionalParams) => Promise<AIModel>
list
List AIModel resources by SubscriptionLocationResource
list: (location: string, options?: AIModelsListOptionalParams) => PagedAsyncIterableIterator<AIModel, AIModel[], PageSettings>
Property Value
(location: string, options?: AIModelsListOptionalParams) => PagedAsyncIterableIterator<AIModel, AIModel[], PageSettings>