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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python