Configuration options for training compute
TrainingComputeSpec
class provides configuration options for training compute.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
region | string | Yes | The region to use for training | |
requests | TrainingComputeRequests | Yes | The number of requests to use for training |
TrainingComputeRequests
class contains specifications for training compute.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
trainer | ComputeRequest | Yes | The instance type to use for training |
ComputeRequest
class allows the user to request specific compute resources for training.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
sku | string | Yes | The SKU to use for training |