AzureMachineLearningSkill.DegreeOfParallelism Property
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.
(Optional) When specified, indicates the number of calls the indexer will make in parallel to the endpoint you have provided. You can decrease this value if your endpoint is failing under too high of a request load, or raise it if your endpoint is able to accept more requests and you would like an increase in the performance of the indexer. If not set, a default value of 5 is used. The degreeOfParallelism can be set to a maximum of 10 and a minimum of 1.
public int? DegreeOfParallelism { get; set; }
member this.DegreeOfParallelism : Nullable<int> with get, set
Public Property DegreeOfParallelism As Nullable(Of Integer)
Property Value
Applies to
Azure SDK for .NET