Nothing
svc <- paws::bedrockagentcore()
test_that("list_ab_tests", {
expect_error(svc$list_ab_tests(), NA)
})
test_that("list_batch_evaluations", {
expect_error(svc$list_batch_evaluations(), NA)
})
test_that("list_recommendations", {
expect_error(svc$list_recommendations(), NA)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.