
com.pulumi.azurenative.machinelearningservices.kotlin.inputs.InferenceGroupArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearningservices.kotlin.inputs
import com.pulumi.azurenative.machinelearningservices.inputs.InferenceGroupArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Inference group configuration
* @property bonusExtraCapacity Capacity to be used from the pool's reserved capacity.
* optional
* @property description Description of the resource.
* @property metadata Metadata for the inference group.
* @property priority Priority of the group within the N:Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20230801Preview.Pools.InferencePools.
* @property properties Property dictionary. Properties can be added, but not removed or altered.
*/
public data class InferenceGroupArgs(
public val bonusExtraCapacity: Output? = null,
public val description: Output? = null,
public val metadata: Output? = null,
public val priority: Output? = null,
public val properties: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy