get Prediction
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
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 getPrediction(argument: suspend GetPredictionPlainArgsBuilder.() -> Unit): GetPredictionResult
Return
The prediction resource format.
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetPredictionPlainArgs.