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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python