ArmCognitiveServicesModelFactory.CognitiveServicesManagedComputeDeploymentInfo Method
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.
public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesManagedComputeDeploymentInfo CognitiveServicesManagedComputeDeploymentInfo(string deploymentId = default, string projectId = default, string modelId = default, long? acceleratorCount = default, int? instanceCount = default);
static member CognitiveServicesManagedComputeDeploymentInfo : string * string * string * Nullable<int64> * Nullable<int> -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesManagedComputeDeploymentInfo
Public Shared Function CognitiveServicesManagedComputeDeploymentInfo (Optional deploymentId As String = Nothing, Optional projectId As String = Nothing, Optional modelId As String = Nothing, Optional acceleratorCount As Nullable(Of Long) = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing) As CognitiveServicesManagedComputeDeploymentInfo
Parameters
- deploymentId
- String
Full ARM resource ID of the deployment.
- projectId
- String
Full ARM resource ID of the account/project.
- modelId
- String
Model name (e.g., 'azureml://registries//models//versions/gpt-4o').
Returns
A new CognitiveServicesManagedComputeDeploymentInfo instance for mocking.