getPrediction

Gets a Prediction in the hub. Uses Azure REST API version 2017-04-26.

Return

The prediction resource format.

Parameters

argument

null


suspend fun getPrediction(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionResult

Return

The prediction resource format.

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 resource format.

Parameters

argument

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

See also