Bedrock#
Client#
- class Bedrock.Client#
A low-level client representing Amazon Bedrock
Describes the API operations for creating and managing Amazon Bedrock models.
import boto3 client = boto3.client('bedrock')
These are the available methods:
- can_paginate
- close
- create_model_customization_job
- create_provisioned_model_throughput
- delete_custom_model
- delete_model_invocation_logging_configuration
- delete_provisioned_model_throughput
- get_custom_model
- get_foundation_model
- get_model_customization_job
- get_model_invocation_logging_configuration
- get_paginator
- get_provisioned_model_throughput
- get_waiter
- list_custom_models
- list_foundation_models
- list_model_customization_jobs
- list_provisioned_model_throughputs
- list_tags_for_resource
- put_model_invocation_logging_configuration
- stop_model_customization_job
- tag_resource
- untag_resource
- update_provisioned_model_throughput
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: