get Prediction Model Status
suspend fun getPredictionModelStatus(argument: GetPredictionModelStatusPlainArgs): GetPredictionModelStatusResult
Gets model status of the prediction. 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.
See also
Parameters
hub Name
The name of the hub.
prediction Name
The name of the Prediction.
resource Group Name
The name of the resource group.
suspend fun getPredictionModelStatus(argument: suspend GetPredictionModelStatusPlainArgsBuilder.() -> Unit): GetPredictionModelStatusResult
Return
The prediction model status.
See also
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetPredictionModelStatusPlainArgs.