prediction Resource
suspend fun predictionResource(name: String, block: suspend PredictionResourceBuilder.() -> Unit): Prediction
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Prediction.
The unique name of the resulting resource.
Builder for Prediction.