Evaluation 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
| Name | Description |
|---|---|
| Evaluation() | |
| Evaluation(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<PolicyResult>, IList<IList<String>>) |
Evaluation()
public Evaluation();
Public Sub New ()
Applies to
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)
Parameters
- id
- String
- name
- String
- jobId
- String
- status
- String
- policyResults
- IList<PolicyResult>