Smaws_Client_SageMaker.SearchFinds SageMaker resources that match a search query. Matching resources are returned as a list of SearchRecord objects in the response. You can sort the search results by any resource property in a ascending or descending order.
You can query against the following value types: numeric, text, Boolean, and timestamp.
The Search API may provide access to otherwise restricted data. See Amazon SageMaker API Permissions: Actions, Permissions, and Resources Reference for more information.
val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error ] -> stringval request :
'http_type Smaws_Lib.Context.t ->
Types.search_request ->
(Types.search_response, [> Smaws_Lib.Protocols.AwsJson.error ]) Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.search_request ->
(Types.search_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error ] * Smaws_Lib.Response.metadata)
Stdlib.result