CognitiveServicesManagedComputeDeploymentInfo 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.
Deployment detail within a managed compute usage entry.
public class CognitiveServicesManagedComputeDeploymentInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesManagedComputeDeploymentInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesManagedComputeDeploymentInfo>
type CognitiveServicesManagedComputeDeploymentInfo = class
interface IJsonModel<CognitiveServicesManagedComputeDeploymentInfo>
interface IPersistableModel<CognitiveServicesManagedComputeDeploymentInfo>
Public Class CognitiveServicesManagedComputeDeploymentInfo
Implements IJsonModel(Of CognitiveServicesManagedComputeDeploymentInfo), IPersistableModel(Of CognitiveServicesManagedComputeDeploymentInfo)
- Inheritance
-
CognitiveServicesManagedComputeDeploymentInfo
- Implements
Properties
| Name | Description |
|---|---|
| AcceleratorCount |
Number of GPUs consumed by this deployment. |
| DeploymentId |
Full ARM resource ID of the deployment. |
| InstanceCount |
Number of instances for this deployment. |
| ModelId |
Model name (e.g., 'azureml://registries//models//versions/gpt-4o'). |
| ProjectId |
Full ARM resource ID of the account/project. |