Getting docker image URI #1428
Labels
closed-for-staleness
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Is your feature request related to a problem? Please describe.
Currently, to get get an image URI for an algorithm, the image has to be hardcoded from this page on the Developer's page. If an image changes, it can break code.
Describe the solution you'd like
A function similar to
get_image_uri
in python's aws sdk. OrImageURIProvider
that is going to be released for python.The text was updated successfully, but these errors were encountered: