How to use the azure-mgmt-batchai.azure.mgmt.batchai.models.auto_scale_settings.AutoScaleSettings function in azure-mgmt-batchai

To help you get started, we’ve selected a few azure-mgmt-batchai examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-batchai / azure / mgmt / batchai / models / auto_scale_settings.py View on Github external
def __init__(self, **kwargs):
        super(AutoScaleSettings, self).__init__(**kwargs)
        self.minimum_node_count = kwargs.get('minimum_node_count', None)
        self.maximum_node_count = kwargs.get('maximum_node_count', None)
        self.initial_node_count = kwargs.get('initial_node_count', 0)

azure-mgmt-batchai

Microsoft Azure Batch AI Management Client Library for Python

MIT
Latest version published 6 years ago

Package Health Score

82 / 100
Full package analysis