Inference Group Response
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)
Properties
Link copied to clipboard
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
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
Gets or sets Scale Unit size.