InferenceGroupResponse

data class InferenceGroupResponse(val description: String? = null, val environmentConfiguration: GroupEnvironmentConfigurationResponse? = null, val modelConfiguration: GroupModelConfigurationResponse? = null, val nodeSkuType: String? = null, val properties: List<StringStringKeyValuePairResponse>? = null, val provisioningState: String, val scaleUnitSize: Int? = null)

Inference group configuration

Constructors

Link copied to clipboard
constructor(description: String? = null, environmentConfiguration: GroupEnvironmentConfigurationResponse? = null, modelConfiguration: GroupModelConfigurationResponse? = null, nodeSkuType: String? = null, properties: List<StringStringKeyValuePairResponse>? = null, provisioningState: String, scaleUnitSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the resource.

Link copied to clipboard

Gets or sets environment configuration for the inference group. Used if PoolType=ScaleUnit.

Link copied to clipboard

Gets or sets model configuration for the inference group. Used if PoolType=ScaleUnit.

Link copied to clipboard
val nodeSkuType: String? = null

Gets or sets compute instance type.

Link copied to clipboard

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

Link copied to clipboard

Provisioning state for the inference group.

Link copied to clipboard
val scaleUnitSize: Int? = null

Gets or sets Scale Unit size.