ArmCustomerInsightsModelFactory.PredictionModelStatus Methode
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.
Initialisiert eine neue instance von PredictionModelStatus.
public static Azure.ResourceManager.CustomerInsights.Models.PredictionModelStatus PredictionModelStatus(Guid? tenantId = default, string predictionName = default, string predictionGuidId = default, Azure.ResourceManager.CustomerInsights.Models.PredictionModelLifeCycle status = default, string message = default, int? trainingSetCount = default, int? testSetCount = default, int? validationSetCount = default, decimal? trainingAccuracy = default, int? signalsUsed = default, string modelVersion = default);
static member PredictionModelStatus : Nullable<Guid> * string * string * Azure.ResourceManager.CustomerInsights.Models.PredictionModelLifeCycle * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<decimal> * Nullable<int> * string -> Azure.ResourceManager.CustomerInsights.Models.PredictionModelStatus
Public Shared Function PredictionModelStatus (Optional tenantId As Nullable(Of Guid) = Nothing, Optional predictionName As String = Nothing, Optional predictionGuidId As String = Nothing, Optional status As PredictionModelLifeCycle = Nothing, Optional message As String = Nothing, Optional trainingSetCount As Nullable(Of Integer) = Nothing, Optional testSetCount As Nullable(Of Integer) = Nothing, Optional validationSetCount As Nullable(Of Integer) = Nothing, Optional trainingAccuracy As Nullable(Of Decimal) = Nothing, Optional signalsUsed As Nullable(Of Integer) = Nothing, Optional modelVersion As String = Nothing) As PredictionModelStatus
Parameter
- predictionName
- String
Der Vorhersagename.
- predictionGuidId
- String
Die Vorhersage-GUID-ID.
- status
- PredictionModelLifeCycle
Lebenszyklus des Vorhersagemodells. Wenn die Vorhersage in PendingModelConfirmation status ist, ist es zulässig, die status über die API auf PendingFeaturing oder Active zu aktualisieren.
- message
- String
Das Modell status Meldung.
- modelVersion
- String
Version des Modells.
Gibt zurück
Eine neue PredictionModelStatus instance zum Simulieren.
Gilt für:
Azure SDK for .NET