get Prediction Training Results
suspend fun getPredictionTrainingResults(argument: GetPredictionTrainingResultsPlainArgs): GetPredictionTrainingResultsResult
Gets training results. Azure REST API version: 2017-04-26.
Return
The training results of the prediction.
Parameters
argument
null
suspend fun getPredictionTrainingResults(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionTrainingResultsResult
Return
The training results of the prediction.
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 getPredictionTrainingResults(argument: suspend GetPredictionTrainingResultsPlainArgsBuilder.() -> Unit): GetPredictionTrainingResultsResult
Return
The training results of the prediction.
See also
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetPredictionTrainingResultsPlainArgs.