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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET