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