ResourceConfiguration Class
ResourceConfiguration.
- Inheritance
-
azure.mgmt.machinelearningservices._serialization.ModelResourceConfiguration
Constructor
ResourceConfiguration(*, instance_count: int = 1, instance_type: str | None = None, properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
instance_count
|
Optional number of instances or nodes used by the compute target. Default value: 1
|
instance_type
|
Optional type of VM used as supported by the compute target. |
properties
|
Additional properties bag. |
Variables
Name | Description |
---|---|
instance_count
|
Optional number of instances or nodes used by the compute target. |
instance_type
|
Optional type of VM used as supported by the compute target. |
properties
|
Additional properties bag. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python