
com.pulumi.azurenative.machinelearningservices.kotlin.outputs.CustomSeasonalityResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearningservices.kotlin.outputs
import kotlin.Int
import kotlin.String
import kotlin.Suppress
/**
*
* @property mode Forecasting seasonality mode.
* Expected value is 'Custom'.
* @property value [Required] Seasonality value.
*/
public data class CustomSeasonalityResponse(
public val mode: String,
public val `value`: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.machinelearningservices.outputs.CustomSeasonalityResponse): CustomSeasonalityResponse = CustomSeasonalityResponse(
mode = javaType.mode(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy