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 idCopyright © 2019. All rights reserved.