tests/testthat/test_bedrockagentcore.R

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)
})

Try the paws.machine.learning package in your browser

Any scripts or data that you put into this service are public.

paws.machine.learning documentation built on May 31, 2026, 1:07 a.m.