Smaws_Client_SageMaker.ListImagesLists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.
val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error ] -> stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_images_request ->
(Types.list_images_response, [> Smaws_Lib.Protocols.AwsJson.error ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_images_request ->
(Types.list_images_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error ] * Smaws_Lib.Response.metadata)
Stdlib.result