PersonalizerClientOptions Constructor
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.
Initializes new instance of PersonalizerClientV1Preview3ClientOptions.
public PersonalizerClientOptions (Azure.AI.Personalizer.PersonalizerClientOptions.ServiceVersion version = Azure.AI.Personalizer.PersonalizerClientOptions+ServiceVersion.V1_1_preview_3, bool useLocalInference = false, float subsampleRate = 1);
new Azure.AI.Personalizer.PersonalizerClientOptions : Azure.AI.Personalizer.PersonalizerClientOptions.ServiceVersion * bool * single -> Azure.AI.Personalizer.PersonalizerClientOptions
Public Sub New (Optional version As PersonalizerClientOptions.ServiceVersion = Azure.AI.Personalizer.PersonalizerClientOptions+ServiceVersion.V1_1_preview_3, Optional useLocalInference As Boolean = false, Optional subsampleRate As Single = 1)
Parameters
- useLocalInference
- Boolean
- subsampleRate
- Single
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET