ArmCustomerInsightsModelFactory.PredictionModelStatus Method
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.
Initializes a new instance of 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
Parameters
- predictionName
- String
The prediction name.
- predictionGuidId
- String
The prediction GUID ID.
- status
- PredictionModelLifeCycle
Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
- message
- String
The model status message.
- modelVersion
- String
Version of the model.
Returns
A new PredictionModelStatus instance for mocking.