This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.customerinsights.getPredictionModelStatus
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets model status of the prediction. Azure REST API version: 2017-04-26.
Using getPredictionModelStatus
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPredictionModelStatus(args: GetPredictionModelStatusArgs, opts?: InvokeOptions): Promise<GetPredictionModelStatusResult>
function getPredictionModelStatusOutput(args: GetPredictionModelStatusOutputArgs, opts?: InvokeOptions): Output<GetPredictionModelStatusResult>def get_prediction_model_status(hub_name: Optional[str] = None,
                                prediction_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetPredictionModelStatusResult
def get_prediction_model_status_output(hub_name: Optional[pulumi.Input[str]] = None,
                                prediction_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetPredictionModelStatusResult]func GetPredictionModelStatus(ctx *Context, args *GetPredictionModelStatusArgs, opts ...InvokeOption) (*GetPredictionModelStatusResult, error)
func GetPredictionModelStatusOutput(ctx *Context, args *GetPredictionModelStatusOutputArgs, opts ...InvokeOption) GetPredictionModelStatusResultOutput> Note: This function is named GetPredictionModelStatus in the Go SDK.
public static class GetPredictionModelStatus 
{
    public static Task<GetPredictionModelStatusResult> InvokeAsync(GetPredictionModelStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetPredictionModelStatusResult> Invoke(GetPredictionModelStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPredictionModelStatusResult> getPredictionModelStatus(GetPredictionModelStatusArgs args, InvokeOptions options)
public static Output<GetPredictionModelStatusResult> getPredictionModelStatus(GetPredictionModelStatusArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:customerinsights:getPredictionModelStatus
  arguments:
    # arguments dictionaryThe following arguments are supported:
- HubName string
- The name of the hub.
- PredictionName string
- The name of the Prediction.
- ResourceGroup stringName 
- The name of the resource group.
- HubName string
- The name of the hub.
- PredictionName string
- The name of the Prediction.
- ResourceGroup stringName 
- The name of the resource group.
- hubName String
- The name of the hub.
- predictionName String
- The name of the Prediction.
- resourceGroup StringName 
- The name of the resource group.
- hubName string
- The name of the hub.
- predictionName string
- The name of the Prediction.
- resourceGroup stringName 
- The name of the resource group.
- hub_name str
- The name of the hub.
- prediction_name str
- The name of the Prediction.
- resource_group_ strname 
- The name of the resource group.
- hubName String
- The name of the hub.
- predictionName String
- The name of the Prediction.
- resourceGroup StringName 
- The name of the resource group.
getPredictionModelStatus Result
The following output properties are available:
- Message string
- The model status message.
- ModelVersion string
- Version of the model.
- PredictionGuid stringId 
- The prediction GUID ID.
- PredictionName string
- The prediction name.
- SignalsUsed int
- The signals used.
- Status string
- Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
- TenantId string
- The hub name.
- TestSet intCount 
- Count of the test set.
- TrainingAccuracy int
- The training accuracy.
- TrainingSet intCount 
- Count of the training set.
- ValidationSet intCount 
- Count of the validation set.
- Message string
- The model status message.
- ModelVersion string
- Version of the model.
- PredictionGuid stringId 
- The prediction GUID ID.
- PredictionName string
- The prediction name.
- SignalsUsed int
- The signals used.
- Status string
- Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
- TenantId string
- The hub name.
- TestSet intCount 
- Count of the test set.
- TrainingAccuracy int
- The training accuracy.
- TrainingSet intCount 
- Count of the training set.
- ValidationSet intCount 
- Count of the validation set.
- message String
- The model status message.
- modelVersion String
- Version of the model.
- predictionGuid StringId 
- The prediction GUID ID.
- predictionName String
- The prediction name.
- signalsUsed Integer
- The signals used.
- status String
- Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
- tenantId String
- The hub name.
- testSet IntegerCount 
- Count of the test set.
- trainingAccuracy Integer
- The training accuracy.
- trainingSet IntegerCount 
- Count of the training set.
- validationSet IntegerCount 
- Count of the validation set.
- message string
- The model status message.
- modelVersion string
- Version of the model.
- predictionGuid stringId 
- The prediction GUID ID.
- predictionName string
- The prediction name.
- signalsUsed number
- The signals used.
- status string
- Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
- tenantId string
- The hub name.
- testSet numberCount 
- Count of the test set.
- trainingAccuracy number
- The training accuracy.
- trainingSet numberCount 
- Count of the training set.
- validationSet numberCount 
- Count of the validation set.
- message str
- The model status message.
- model_version str
- Version of the model.
- prediction_guid_ strid 
- The prediction GUID ID.
- prediction_name str
- The prediction name.
- signals_used int
- The signals used.
- status str
- Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
- tenant_id str
- The hub name.
- test_set_ intcount 
- Count of the test set.
- training_accuracy int
- The training accuracy.
- training_set_ intcount 
- Count of the training set.
- validation_set_ intcount 
- Count of the validation set.
- message String
- The model status message.
- modelVersion String
- Version of the model.
- predictionGuid StringId 
- The prediction GUID ID.
- predictionName String
- The prediction name.
- signalsUsed Number
- The signals used.
- status String
- Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
- tenantId String
- The hub name.
- testSet NumberCount 
- Count of the test set.
- trainingAccuracy Number
- The training accuracy.
- trainingSet NumberCount 
- Count of the training set.
- validationSet NumberCount 
- Count of the validation set.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi