@Beta(value=V1_6_0) public interface BatchAIJobs extends SupportsCreating<BatchAIJob.DefinitionStages.Blank>, SupportsListing<BatchAIJob>, SupportsGettingByName<BatchAIJob>, SupportsGettingById<BatchAIJob>, SupportsGettingByNameAsync<BatchAIJob>, SupportsDeletingByName, SupportsDeletingById, HasInner<com.microsoft.azure.management.batchai.implementation.JobsInner>, HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>, HasParent<BatchAIExperiment>
Modifier and Type | Method and Description |
---|---|
PagedList<BatchAIJob> |
list(int maxResults)
List Batch AI jobs.
|
define
list, listAsync
getById, getByIdAsync, getByIdAsync
getByNameAsync
getByName
deleteByName, deleteByNameAsync, deleteByNameAsync
deleteById, deleteByIdAsync, deleteByIdAsync
inner
manager
PagedList<BatchAIJob> list(int maxResults)
maxResults
- maximum number of resultsCopyright © 2019. All rights reserved.