ListModelInvocationJobsRequest
Types
Properties
Link copied to clipboard
The maximum number of results to return. If there are more results than the number that you specify, a nextToken
value is returned. Use the nextToken
in a request to return the next batch of results.
Link copied to clipboard
Specify a string to filter for batch inference jobs whose names contain the string.
Link copied to clipboard
Link copied to clipboard
An attribute by which to sort the results.
Link copied to clipboard
Specify a status to filter for batch inference jobs whose statuses match the string you specify.
Link copied to clipboard
Specify a time to filter for batch inference jobs that were submitted after the time you specify.
Link copied to clipboard
Specify a time to filter for batch inference jobs that were submitted before the time you specify.
Functions
Link copied to clipboard
inline fun copy(block: ListModelInvocationJobsRequest.Builder.() -> Unit = {}): ListModelInvocationJobsRequest