Values.SearchJobsRequestSourceSearches for Amazon Braket hybrid jobs that match the specified filter values.
type nonrec t = {nextToken : String_.t option;A token used for pagination of results returned in the response. Use the token returned from the previous request to continue search where the previous request ended.
*)maxResults : SearchJobsRequestMaxResultsInteger.t option;The maximum number of results to return in the response.
*)filters : SearchJobsRequestFiltersList.t;Array of SearchJobsFilter objects to use when searching for hybrid jobs.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
filters:SearchJobsRequestFiltersList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of SearchJobsRequestMaxResultsInteger.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String256.t ] list
| `String of String64.t ])
list ]
list
| `String of String_.t ])
list ]