ElasticInferenceClient

Elastic Inference public APIs.

February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.

Properties

Link copied to clipboard
abstract override val config: ElasticInferenceClient.Config

ElasticInferenceClient's configuration

Functions

Link copied to clipboard

Describes the locations in which a given accelerator type or set of types is present in a given region.

Link copied to clipboard
abstract suspend fun describeAccelerators(input: DescribeAcceleratorsRequest = DescribeAcceleratorsRequest { }): DescribeAcceleratorsResponse

Describes information over a provided set of accelerators belonging to an account.

Link copied to clipboard
abstract suspend fun describeAcceleratorTypes(input: DescribeAcceleratorTypesRequest = DescribeAcceleratorTypesRequest { }): DescribeAcceleratorTypesResponse

Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.

Link copied to clipboard

Returns all tags of an Elastic Inference Accelerator.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Adds the specified tags to an Elastic Inference Accelerator.

Link copied to clipboard

Removes the specified tags from an Elastic Inference Accelerator.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Describes the locations in which a given accelerator type or set of types is present in a given region.

Link copied to clipboard

Describes information over a provided set of accelerators belonging to an account.

Link copied to clipboard

Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.

Link copied to clipboard

Returns all tags of an Elastic Inference Accelerator.

Link copied to clipboard

Adds the specified tags to an Elastic Inference Accelerator.

Link copied to clipboard

Removes the specified tags from an Elastic Inference Accelerator.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.