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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET