GetPredictionModelStatusPlainArgs

data class GetPredictionModelStatusPlainArgs(val hubName: String, val predictionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPredictionModelStatusPlainArgs>

Constructors

Link copied to clipboard
constructor(hubName: String, predictionName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the hub.

Link copied to clipboard

The name of the Prediction.

Link copied to clipboard

The name of the resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetPredictionModelStatusPlainArgs