Inference Pool Response
data class InferencePoolResponse(val description: String? = null, val properties: List<StringStringKeyValuePairResponse>? = null, val provisioningState: String, val scaleUnitConfiguration: ScaleUnitConfigurationResponse? = null)
Inference pool configuration
Constructors
Link copied to clipboard
constructor(description: String? = null, properties: List<StringStringKeyValuePairResponse>? = null, provisioningState: String, scaleUnitConfiguration: ScaleUnitConfigurationResponse? = null)
Properties
Link copied to clipboard
Description of the resource.
Link copied to clipboard
Property dictionary. Properties can be added, but not removed or altered.
Link copied to clipboard
Provisioning state for the pool.
Link copied to clipboard
Gets or sets ScaleUnitConfiguration for the inference pool. Used if PoolType=ScaleUnit.