Interface BatchAIJob.DefinitionStages.WithNodeCount
- All Known Subinterfaces:
BatchAIJob.Definition
- Enclosing interface:
- BatchAIJob.DefinitionStages
public static interface BatchAIJob.DefinitionStages.WithNodeCount
The stage of the definition allowing to specify number of compute nodes to run the job on.
The job will be gang scheduled on that many compute nodes.
-
Method Summary
-
Method Details
-
withNodeCount
- Parameters:
nodeCount
- number of nodes- Returns:
- the next staeg of the definition
-