All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.machinelearningservices.kotlin.outputs.DefaultScaleSettingsResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.machinelearningservices.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property scaleType
 * Expected value is 'Default'.
 */
public data class DefaultScaleSettingsResponse(
    public val scaleType: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.machinelearningservices.outputs.DefaultScaleSettingsResponse): DefaultScaleSettingsResponse = DefaultScaleSettingsResponse(
            scaleType = javaType.scaleType(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy