
com.pulumi.azurenative.machinelearningservices.kotlin.outputs.GridSamplingAlgorithmResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearningservices.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Defines a Sampling Algorithm that exhaustively generates every value combination in the space
* @property samplingAlgorithmType
* Expected value is 'Grid'.
*/
public data class GridSamplingAlgorithmResponse(
public val samplingAlgorithmType: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.machinelearningservices.outputs.GridSamplingAlgorithmResponse): GridSamplingAlgorithmResponse = GridSamplingAlgorithmResponse(
samplingAlgorithmType = javaType.samplingAlgorithmType(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy