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