Evaluation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Evaluation() | |
Evaluation(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<PolicyResult>, IList<IList<String>>) |
Evaluation()
public Evaluation ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- id
- String
- name
- String
- jobId
- String
- status
- String
- policyResults
- IList<PolicyResult>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET