bedrock

class moto.bedrock.models.BedrockBackend(region_name: str, account_id: str)

Implementation of Bedrock APIs.

Implemented features for this service

  • [ ] batch_delete_evaluation_job

  • [ ] create_evaluation_job

  • [ ] create_guardrail

  • [ ] create_guardrail_version

  • [ ] create_inference_profile

  • [ ] create_marketplace_model_endpoint

  • [ ] create_model_copy_job

  • [X] create_model_customization_job

  • [ ] create_model_import_job

  • [ ] create_model_invocation_job

  • [ ] create_provisioned_model_throughput

  • [X] delete_custom_model

  • [ ] delete_guardrail

  • [ ] delete_imported_model

  • [ ] delete_inference_profile

  • [ ] delete_marketplace_model_endpoint

  • [X] delete_model_invocation_logging_configuration

  • [ ] delete_provisioned_model_throughput

  • [ ] deregister_marketplace_model_endpoint

  • [X] get_custom_model

  • [ ] get_evaluation_job

  • [ ] get_foundation_model

  • [ ] get_guardrail

  • [ ] get_imported_model

  • [ ] get_inference_profile

  • [ ] get_marketplace_model_endpoint

  • [ ] get_model_copy_job

  • [X] get_model_customization_job

  • [ ] get_model_import_job

  • [ ] get_model_invocation_job

  • [X] get_model_invocation_logging_configuration

  • [ ] get_prompt_router

  • [ ] get_provisioned_model_throughput

  • [X] list_custom_models

    The foundation_model_arn_equals-argument is not yet supported

  • [ ] list_evaluation_jobs

  • [ ] list_foundation_models

  • [ ] list_guardrails

  • [ ] list_imported_models

  • [ ] list_inference_profiles

  • [ ] list_marketplace_model_endpoints

  • [ ] list_model_copy_jobs

  • [X] list_model_customization_jobs

  • [ ] list_model_import_jobs

  • [ ] list_model_invocation_jobs

  • [ ] list_prompt_routers

  • [ ] list_provisioned_model_throughputs

  • [X] list_tags_for_resource

  • [X] put_model_invocation_logging_configuration

  • [ ] register_marketplace_model_endpoint

  • [ ] stop_evaluation_job

  • [X] stop_model_customization_job

  • [ ] stop_model_invocation_job

  • [X] tag_resource

  • [X] untag_resource

  • [ ] update_guardrail

  • [ ] update_marketplace_model_endpoint

  • [ ] update_provisioned_model_throughput