public static interface BatchAIJob.DefinitionStages.WithCluster
| Modifier and Type | Method and Description |
|---|---|
BatchAIJob.DefinitionStages.WithNodeCount |
withExistingCluster(BatchAICluster cluster)
Sets Batch AI cluster for the job.
|
BatchAIJob.DefinitionStages.WithNodeCount |
withExistingClusterId(String clusterId)
Sets Batch AI cluster id for the job.
|
BatchAIJob.DefinitionStages.WithNodeCount withExistingCluster(BatchAICluster cluster)
cluster - Batch AI cluster to run the jobBatchAIJob.DefinitionStages.WithNodeCount withExistingClusterId(String clusterId)
clusterId - Batch AI cluster id /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/