ServiceConfiguration Constructors
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.
Overloads
ServiceConfiguration() | |
ServiceConfiguration(TimeSpan, Double, String, Double, TimeSpan, Int32, Nullable<Boolean>, String) |
ServiceConfiguration()
public ServiceConfiguration ();
Public Sub New ()
Applies to
ServiceConfiguration(TimeSpan, Double, String, Double, TimeSpan, Int32, Nullable<Boolean>, String)
public ServiceConfiguration (TimeSpan rewardWaitTime, double defaultReward, string rewardAggregation, double explorationPercentage, TimeSpan modelExportFrequency, int logRetentionDays, bool? logMirrorEnabled = default, string logMirrorSasUri = default);
new Microsoft.Azure.CognitiveServices.Personalizer.Models.ServiceConfiguration : TimeSpan * double * string * double * TimeSpan * int * Nullable<bool> * string -> Microsoft.Azure.CognitiveServices.Personalizer.Models.ServiceConfiguration
Public Sub New (rewardWaitTime As TimeSpan, defaultReward As Double, rewardAggregation As String, explorationPercentage As Double, modelExportFrequency As TimeSpan, logRetentionDays As Integer, Optional logMirrorEnabled As Nullable(Of Boolean) = Nothing, Optional logMirrorSasUri As String = Nothing)
Parameters
- rewardWaitTime
- TimeSpan
- defaultReward
- Double
- rewardAggregation
- String
- explorationPercentage
- Double
- modelExportFrequency
- TimeSpan
- logRetentionDays
- Int32
- logMirrorSasUri
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET