| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticinference |
Elastic Inference public APIs.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeAcceleratorTypesResponse |
ElasticInferenceClient.describeAcceleratorTypes(Consumer<DescribeAcceleratorTypesRequest.Builder> describeAcceleratorTypesRequest)
Describes the accelerator types available in a given region, as well as their characteristics, such as memory and
throughput.
|
default DescribeAcceleratorTypesResponse |
ElasticInferenceClient.describeAcceleratorTypes(DescribeAcceleratorTypesRequest describeAcceleratorTypesRequest)
Describes the accelerator types available in a given region, as well as their characteristics, such as memory and
throughput.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeAcceleratorTypesResponse> |
ElasticInferenceAsyncClient.describeAcceleratorTypes(Consumer<DescribeAcceleratorTypesRequest.Builder> describeAcceleratorTypesRequest)
Describes the accelerator types available in a given region, as well as their characteristics, such as memory and
throughput.
|
default CompletableFuture<DescribeAcceleratorTypesResponse> |
ElasticInferenceAsyncClient.describeAcceleratorTypes(DescribeAcceleratorTypesRequest describeAcceleratorTypesRequest)
Describes the accelerator types available in a given region, as well as their characteristics, such as memory and
throughput.
|
Copyright © 2020. All rights reserved.