CognitiveServicesComputePool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A compute pool configuration.
public class CognitiveServicesComputePool : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputePool>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputePool>
type CognitiveServicesComputePool = class
interface IJsonModel<CognitiveServicesComputePool>
interface IPersistableModel<CognitiveServicesComputePool>
Public Class CognitiveServicesComputePool
Implements IJsonModel(Of CognitiveServicesComputePool), IPersistableModel(Of CognitiveServicesComputePool)
- Inheritance
-
CognitiveServicesComputePool
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesComputePool(String, VmPriority, String, Int32) |
Initializes a new instance of CognitiveServicesComputePool. |
Properties
| Name | Description |
|---|---|
| InstanceType |
The instance type (VM SKU) used in the pool. |
| Name |
The name of the pool. |
| NodeCount |
The number of nodes in the pool. |
| VmPriority |
The VM priority of the pool. |