Module: Aws::AugmentedAIRuntime

Defined in:
lib/aws-sdk-augmentedairuntime/endpoint_parameters.rb,
lib/aws-sdk-augmentedairuntime/plugins/endpoints.rb,
lib/aws-sdk-augmentedairuntime/endpoint_provider.rb,
lib/aws-sdk-augmentedairuntime/client_api.rb,
lib/aws-sdk-augmentedairuntime/endpoints.rb,
lib/aws-sdk-augmentedairuntime/resource.rb,
lib/aws-sdk-augmentedairuntime/errors.rb,
lib/aws-sdk-augmentedairuntime/client.rb,
lib/aws-sdk-augmentedairuntime/types.rb,
lib/aws-sdk-augmentedairuntime.rb

Overview

This module provides support for Amazon Augmented AI Runtime. This module is available in the ‘aws-sdk-augmentedairuntime` 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.

augmented_ai_runtime = Aws::AugmentedAIRuntime::Client.new
resp = augmented_ai_runtime.delete_human_loop(params)

See Client for more information.

# Errors

Errors returned from Amazon Augmented AI Runtime are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::AugmentedAIRuntime::Errors::ServiceError
  # rescues all Amazon Augmented AI Runtime 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.48.0'