ModelingResourceResponseProperties

data class ModelingResourceResponseProperties(val features: String? = null, val frequency: String? = null, val inputData: ModelingInputDataResponse? = null, val provisioningState: String, val size: String? = null)

Modeling resource properties.

Constructors

Link copied to clipboard
constructor(features: String? = null, frequency: String? = null, inputData: ModelingInputDataResponse? = null, provisioningState: String, size: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val features: String? = null

Modeling features controls the set of supported scenarios\models being computed. This can only be set at Modeling creation.

Link copied to clipboard
val frequency: String? = null

Modeling frequency controls the modeling compute frequency.

Link copied to clipboard

The configuration to raw CDM data to be used as Modeling resource input.

Link copied to clipboard

The resource provisioning state.

Link copied to clipboard
val size: String? = null

Modeling size controls the maximum supported input data size.