ModelingResourcePropertiesArgs

data class ModelingResourcePropertiesArgs(val features: Output<Either<String, ModelingFeatures>>? = null, val frequency: Output<Either<String, ModelingFrequency>>? = null, val inputData: Output<ModelingInputDataArgs>? = null, val size: Output<Either<String, ModelingSize>>? = null) : ConvertibleToJava<ModelingResourcePropertiesArgs>

Modeling resource properties.

Constructors

Link copied to clipboard
constructor(features: Output<Either<String, ModelingFeatures>>? = null, frequency: Output<Either<String, ModelingFrequency>>? = null, inputData: Output<ModelingInputDataArgs>? = null, size: Output<Either<String, ModelingSize>>? = null)

Properties

Link copied to clipboard
val features: Output<Either<String, ModelingFeatures>>? = 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: Output<Either<String, ModelingFrequency>>? = null

Modeling frequency controls the modeling compute frequency.

Link copied to clipboard
val inputData: Output<ModelingInputDataArgs>? = null

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

Link copied to clipboard
val size: Output<Either<String, ModelingSize>>? = null

Modeling size controls the maximum supported input data size.

Functions

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