Module: Aws::Bedrock
- Defined in:
- lib/aws-sdk-bedrock/endpoint_parameters.rb,
lib/aws-sdk-bedrock/plugins/endpoints.rb,
lib/aws-sdk-bedrock/endpoint_provider.rb,
lib/aws-sdk-bedrock/client_api.rb,
lib/aws-sdk-bedrock/endpoints.rb,
lib/aws-sdk-bedrock/resource.rb,
lib/aws-sdk-bedrock/waiters.rb,
lib/aws-sdk-bedrock/errors.rb,
lib/aws-sdk-bedrock/client.rb,
lib/aws-sdk-bedrock/types.rb,
lib/aws-sdk-bedrock.rb
Overview
This module provides support for Amazon Bedrock. This module is available in the ‘aws-sdk-bedrock` gem.
# Client
The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.
bedrock = Aws::Bedrock::Client.new
resp = bedrock.batch_delete_evaluation_job(params)
See Client for more information.
# Errors
Errors returned from Amazon Bedrock are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::Bedrock::Errors::ServiceError
# rescues all Amazon Bedrock API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.32.0'