InferencePoolResponse

data class InferencePoolResponse(val codeConfiguration: CodeConfigurationResponse? = null, val description: String? = null, val environmentConfiguration: PoolEnvironmentConfigurationResponse? = null, val modelConfiguration: PoolModelConfigurationResponse? = null, val nodeSkuType: String, val properties: Map<String, String>? = null, val provisioningState: String, val requestConfiguration: RequestConfigurationResponse? = null)

Inference pool configuration

Constructors

Link copied to clipboard
constructor(codeConfiguration: CodeConfigurationResponse? = null, description: String? = null, environmentConfiguration: PoolEnvironmentConfigurationResponse? = null, modelConfiguration: PoolModelConfigurationResponse? = null, nodeSkuType: String, properties: Map<String, String>? = null, provisioningState: String, requestConfiguration: RequestConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Code configuration for the inference pool.

Link copied to clipboard
val description: String? = null

Description of the resource.

Link copied to clipboard

EnvironmentConfiguration for the inference pool.

Link copied to clipboard

ModelConfiguration for the inference pool.

Link copied to clipboard

Required Compute instance type.

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 pool.

Link copied to clipboard

Request configuration for the inference pool.