Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added model storage_links endpoint #1113

Merged
merged 2 commits into from
Sep 19, 2024
Merged

Conversation

sambles
Copy link
Contributor

@sambles sambles commented Sep 18, 2024

Added model storage_links endpoint

Added the following endpoints to models, /v1/models/{id}/storage_links/ and /v2/models/{id}/storage_links/.
works in the same way as the other storage_links endpoints on (models and portfolios), returns the real filename or Object Store key of the model settings file.

example return

{
  "settings_file": "82cd9b3e16c44954a1ec98be6554440b.json"
}

Draft storage link endpoint for models

Add v1 model storage links

pep
@sambles sambles linked an issue Sep 18, 2024 that may be closed by this pull request
@sambles sambles self-assigned this Sep 18, 2024
@sambles sambles merged commit 2351984 into main Sep 19, 2024
28 checks passed
@sambles sambles deleted the feature/1110-model-storage-links branch September 19, 2024 12:31
sambles added a commit that referenced this pull request Sep 19, 2024
* Feature for model storage_link endpoint

Draft storage link endpoint for models

Add v1 model storage links

pep

* Name clash fix
@sambles sambles mentioned this pull request Sep 19, 2024
@awsbuild awsbuild added this to the 2.3.8 milestone Sep 20, 2024
@awsbuild awsbuild modified the milestones: 2.3.8, 2.4.0 Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Endpoint for models - 'storage_links'
2 participants