InferenceGroupResponse

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

Inference group configuration

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bonusExtraCapacity: Int? = null

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

Link copied to clipboard
val description: String? = null

Description of the resource.

Link copied to clipboard
val metadata: String? = null

Metadata for the inference group.

Link copied to clipboard
val priority: Int? = null

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

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

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

Link copied to clipboard

Provisioning state for the inference group.