1. Packages
  2. Azure Native
  3. API Docs
  4. customerinsights
  5. getPredictionModelStatus
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.customerinsights.getPredictionModelStatus

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets model status of the prediction.

Uses 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>
Copy
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]
Copy
func GetPredictionModelStatus(ctx *Context, args *GetPredictionModelStatusArgs, opts ...InvokeOption) (*GetPredictionModelStatusResult, error)
func GetPredictionModelStatusOutput(ctx *Context, args *GetPredictionModelStatusOutputArgs, opts ...InvokeOption) GetPredictionModelStatusResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetPredictionModelStatusResult> getPredictionModelStatus(GetPredictionModelStatusArgs args, InvokeOptions options)
public static Output<GetPredictionModelStatusResult> getPredictionModelStatus(GetPredictionModelStatusArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:customerinsights:getPredictionModelStatus
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

HubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
PredictionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Prediction.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
HubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
PredictionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Prediction.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
hubName
This property is required.
Changes to this property will trigger replacement.
String
The name of the hub.
predictionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Prediction.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
hubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
predictionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Prediction.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
hub_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the hub.
prediction_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Prediction.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
hubName
This property is required.
Changes to this property will trigger replacement.
String
The name of the hub.
predictionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Prediction.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
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.
PredictionGuidId string
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.
TestSetCount int
Count of the test set.
TrainingAccuracy int
The training accuracy.
TrainingSetCount int
Count of the training set.
ValidationSetCount int
Count of the validation set.
Message string
The model status message.
ModelVersion string
Version of the model.
PredictionGuidId string
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.
TestSetCount int
Count of the test set.
TrainingAccuracy int
The training accuracy.
TrainingSetCount int
Count of the training set.
ValidationSetCount int
Count of the validation set.
message String
The model status message.
modelVersion String
Version of the model.
predictionGuidId String
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.
testSetCount Integer
Count of the test set.
trainingAccuracy Integer
The training accuracy.
trainingSetCount Integer
Count of the training set.
validationSetCount Integer
Count of the validation set.
message string
The model status message.
modelVersion string
Version of the model.
predictionGuidId string
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.
testSetCount number
Count of the test set.
trainingAccuracy number
The training accuracy.
trainingSetCount number
Count of the training set.
validationSetCount number
Count of the validation set.
message str
The model status message.
model_version str
Version of the model.
prediction_guid_id str
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_count int
Count of the test set.
training_accuracy int
The training accuracy.
training_set_count int
Count of the training set.
validation_set_count int
Count of the validation set.
message String
The model status message.
modelVersion String
Version of the model.
predictionGuidId String
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.
testSetCount Number
Count of the test set.
trainingAccuracy Number
The training accuracy.
trainingSetCount Number
Count of the training set.
validationSetCount Number
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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi