Evaluation Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Evaluation() | |
Evaluation(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<PolicyResult>, IList<IList<String>>) |
Evaluation()
public Evaluation();
Public Sub New ()
Gilt für:
Evaluation(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<PolicyResult>, IList<IList<String>>)
public Evaluation(string id = default, string name = default, DateTime? startTime = default, DateTime? endTime = default, string jobId = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Personalizer.Models.PolicyResult> policyResults = default, System.Collections.Generic.IList<System.Collections.Generic.IList<string>> featureImportance = default);
new Microsoft.Azure.CognitiveServices.Personalizer.Models.Evaluation : string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Personalizer.Models.PolicyResult> * System.Collections.Generic.IList<System.Collections.Generic.IList<string>> -> Microsoft.Azure.CognitiveServices.Personalizer.Models.Evaluation
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional jobId As String = Nothing, Optional status As String = Nothing, Optional policyResults As IList(Of PolicyResult) = Nothing, Optional featureImportance As IList(Of IList(Of String)) = Nothing)
Parameter
- id
- String
- name
- String
- jobId
- String
- status
- String
- policyResults
- IList<PolicyResult>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET