pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
CustomSeasonalityResponse
Custom
Seasonality
Response
data
class
CustomSeasonalityResponse
(
val
mode
:
String
,
val
value
:
Int
)
Types
Constructors
Properties
Constructors
Custom
Seasonality
Response
Link copied to clipboard
fun
CustomSeasonalityResponse
(
mode
:
String
,
value
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
mode
Link copied to clipboard
val
mode
:
String
Forecasting seasonality mode. Expected value is 'Custom'.
value
Link copied to clipboard
val
value
:
Int
Required Seasonality value.