Package | Description |
---|---|
com.oracle.bmc.ailanguage | |
com.oracle.bmc.ailanguage.requests |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
AIServiceLanguage.listJobs(ListJobsRequest request)
Returns a list of language service async Jobs.
|
ListJobsResponse |
AIServiceLanguageClient.listJobs(ListJobsRequest request) |
Future<ListJobsResponse> |
AIServiceLanguageAsyncClient.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Future<ListJobsResponse> |
AIServiceLanguageAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Returns a list of language service async Jobs.
|
Iterable<JobSummary> |
AIServiceLanguagePaginators.listJobsRecordIterator(ListJobsRequest request)
Creates a new iterable which will iterate over the
JobSummary objects contained in responses from the listJobs
operation. |
Iterable<ListJobsResponse> |
AIServiceLanguagePaginators.listJobsResponseIterator(ListJobsRequest request)
Creates a new iterable which will iterate over the responses received from the listJobs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListJobsResponse> |
AIServiceLanguageAsyncClient.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Future<ListJobsResponse> |
AIServiceLanguageAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Returns a list of language service async Jobs.
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest |
ListJobsRequest.Builder.build()
Build the instance of ListJobsRequest as configured by this builder
|
ListJobsRequest |
ListJobsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListJobsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.copy(ListJobsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.