-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
aws_sagemaker_model support for ModelPackage ARN #23968
Comments
Hi, I can see PR open, which is great. When can I expect merging it and appear in provider release? |
Hi, any chance of this being merged soon? |
Any updates on this? |
1 similar comment
Any updates on this? |
Also, has anyone come up with a workaround to this issue? I'd like to create an endpoint for a model with package arn: Would rather not have to do it manually I tried just using the container image url directly as a workaround, but got this error:
As far as I can tell, there's no workaround for this, and a core part of Sagemaker functionality (using any AWS provided Jumpstart models) is broken in terraform |
I had to work around it by using a |
@daipra , would you mind sharing a code sample? |
Hi, any chance of this being merged soon? |
Thanks for picking this up @holly-evans, we're closing to having your PR merged 🥇 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
It is possible to create SageMaker Model with aws_sagemaker_model by specifying
image
andmodel_data_url
.However it is not possible to specify ModelPackageName (according to https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html#sagemaker-Type-ContainerDefinition-ModelPackageName)
Also, according to the mentioned document, image is an optional field, but in Terraform it is marked as required field.
New or Affected Resource(s)
Resources:
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: