
com.pulumi.azurenative.machinelearningservices.kotlin.inputs.InferencePoolArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearningservices.kotlin.inputs
import com.pulumi.azurenative.machinelearningservices.inputs.InferencePoolArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Inference pool configuration
* @property codeConfiguration Code configuration for the inference pool.
* @property description Description of the resource.
* @property environmentConfiguration EnvironmentConfiguration for the inference pool.
* @property modelConfiguration ModelConfiguration for the inference pool.
* @property nodeSkuType [Required] Compute instance type.
* @property properties Property dictionary. Properties can be added, but not removed or altered.
* @property requestConfiguration Request configuration for the inference pool.
*/
public data class InferencePoolArgs(
public val codeConfiguration: Output? = null,
public val description: Output? = null,
public val environmentConfiguration: Output? = null,
public val modelConfiguration: Output? = null,
public val nodeSkuType: Output,
public val properties: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy