static ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.builder() |
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.nameContains(String nameContains) |
Specify a string to filter for batch inference jobs whose names contain the string.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.nextToken(String nextToken) |
If there were more results than the value you specified in the maxResults field in a previous
ListModelInvocationJobs request, the response would have returned a nextToken
value.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.sortBy(String sortBy) |
An attribute by which to sort the results.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.sortBy(SortJobsBy sortBy) |
An attribute by which to sort the results.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.sortOrder(String sortOrder) |
Specifies whether to sort the results by ascending or descending order.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.sortOrder(SortOrder sortOrder) |
Specifies whether to sort the results by ascending or descending order.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.statusEquals(String statusEquals) |
Specify a status to filter for batch inference jobs whose statuses match the string you specify.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.statusEquals(ModelInvocationJobStatus statusEquals) |
Specify a status to filter for batch inference jobs whose statuses match the string you specify.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.submitTimeAfter(Instant submitTimeAfter) |
Specify a time to filter for batch inference jobs that were submitted after the time you specify.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.Builder.submitTimeBefore(Instant submitTimeBefore) |
Specify a time to filter for batch inference jobs that were submitted before the time you specify.
|
ListModelInvocationJobsRequest.Builder |
ListModelInvocationJobsRequest.toBuilder() |
|