InferencePoolProperties interface
Inference pool configuration
- Extends
Properties
| provisioning |
Provisioning state for the pool. |
| scale |
Gets or sets ScaleUnitConfiguration for the inference pool. Used if PoolType=ScaleUnit. |
Inherited Properties
| description | Description of the resource. |
| properties | Property dictionary. Properties can be added, but not removed or altered. |
Property Details
provisioningState
Provisioning state for the pool.
provisioningState?: string
Property Value
string
scaleUnitConfiguration
Gets or sets ScaleUnitConfiguration for the inference pool. Used if PoolType=ScaleUnit.
scaleUnitConfiguration?: ScaleUnitConfiguration
Property Value
Inherited Property Details
description
Description of the resource.
description?: string
Property Value
string
Inherited From PropertiesBase.description
properties
Property dictionary. Properties can be added, but not removed or altered.
properties?: StringStringKeyValuePair[]
Property Value
Inherited From PropertiesBase.properties