Modeling Resource Properties Args
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
Modeling features controls the set of supported scenarios\models being computed. This can only be set at Modeling creation.
Link copied to clipboard
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
Modeling size controls the maximum supported input data size.