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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python