InferenceGroupArgs

data class InferenceGroupArgs(val bonusExtraCapacity: Output<Int>? = null, val description: Output<String>? = null, val metadata: Output<String>? = null, val priority: Output<Int>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<InferenceGroupArgs>

Inference group configuration

Constructors

Link copied to clipboard
constructor(bonusExtraCapacity: Output<Int>? = null, description: Output<String>? = null, metadata: Output<String>? = null, priority: Output<Int>? = null, properties: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val bonusExtraCapacity: Output<Int>? = null

Capacity to be used from the pool's reserved capacity. optional

Link copied to clipboard
val description: Output<String>? = null

Description of the resource.

Link copied to clipboard
val metadata: Output<String>? = null

Metadata for the inference group.

Link copied to clipboard
val priority: Output<Int>? = null

Priority of the group within the N:Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20230801Preview.Pools.InferencePools.

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

Property dictionary. Properties can be added, but not removed or altered.

Functions

Link copied to clipboard
open override fun toJava(): InferenceGroupArgs