Module: Aws::BedrockDataAutomation
- Defined in:
- lib/aws-sdk-bedrockdataautomation/endpoint_parameters.rb,
lib/aws-sdk-bedrockdataautomation/plugins/endpoints.rb,
lib/aws-sdk-bedrockdataautomation/endpoint_provider.rb,
lib/aws-sdk-bedrockdataautomation/client_api.rb,
lib/aws-sdk-bedrockdataautomation/endpoints.rb,
lib/aws-sdk-bedrockdataautomation/resource.rb,
lib/aws-sdk-bedrockdataautomation/errors.rb,
lib/aws-sdk-bedrockdataautomation/client.rb,
lib/aws-sdk-bedrockdataautomation/types.rb,
lib/aws-sdk-bedrockdataautomation.rb
Overview
This module provides support for Data Automation for Amazon Bedrock. This module is available in the ‘aws-sdk-bedrockdataautomation` 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_data_automation = Aws::BedrockDataAutomation::Client.new
resp = bedrock_data_automation.create_blueprint(params)
See Client for more information.
# Errors
Errors returned from Data Automation for Amazon Bedrock are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::BedrockDataAutomation::Errors::ServiceError
# rescues all Data Automation for Amazon Bedrock API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.5.0'