-
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
r/sagemaker_endpoint_configuration - add support for inference_ami_version
#38085
r/sagemaker_endpoint_configuration - add support for inference_ami_version
#38085
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccSageMakerEndpointConfiguration_ProductionVariants_' PKG=sagemaker ACCTEST_PARALLELISM=4
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.4 test ./internal/service/sagemaker/... -v -count 1 -parallel 4 -run=TestAccSageMakerEndpointConfiguration_ProductionVariants_ -timeout 360m
=== RUN TestAccSageMakerEndpointConfiguration_ProductionVariants_routing
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_routing
=== RUN TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless
=== RUN TestAccSageMakerEndpointConfiguration_ProductionVariants_ami
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_ami
=== RUN TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency
=== RUN TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight
=== RUN TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType
=== RUN TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated
=== CONT TestAccSageMakerEndpointConfiguration_ProductionVariants_routing
=== CONT TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight
=== CONT TestAccSageMakerEndpointConfiguration_ProductionVariants_ami
=== CONT TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_ami (25.84s)
=== CONT TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight (25.88s)
=== CONT TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_routing (25.90s)
=== CONT TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency (34.29s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated (25.28s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless (25.44s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType (28.37s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/sagemaker 58.765s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.56.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Relations
Closes #0000
References
Output from Acceptance Testing