getPredictionModelStatus

Gets model status of the prediction. Uses Azure REST API version 2017-04-26.

Return

The prediction model status.

Parameters

argument

null


suspend fun getPredictionModelStatus(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionModelStatusResult

Return

The prediction model status.

Parameters

hubName

The name of the hub.

predictionName

The name of the Prediction.

resourceGroupName

The name of the resource group.

See also


Return

The prediction model status.

Parameters

argument

Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetPredictionModelStatusPlainArgs.

See also