Struct aws_sdk_elasticinference::operation::describe_accelerator_types::builders::DescribeAcceleratorTypesFluentBuilder
source · pub struct DescribeAcceleratorTypesFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeAcceleratorTypes
.
Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
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.
Implementations§
source§impl DescribeAcceleratorTypesFluentBuilder
impl DescribeAcceleratorTypesFluentBuilder
sourcepub fn as_input(&self) -> &DescribeAcceleratorTypesInputBuilder
pub fn as_input(&self) -> &DescribeAcceleratorTypesInputBuilder
Access the DescribeAcceleratorTypes as a reference.
sourcepub async fn send(
self
) -> Result<DescribeAcceleratorTypesOutput, SdkError<DescribeAcceleratorTypesError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeAcceleratorTypesOutput, SdkError<DescribeAcceleratorTypesError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeAcceleratorTypesOutput, DescribeAcceleratorTypesError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeAcceleratorTypesOutput, DescribeAcceleratorTypesError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
Trait Implementations§
source§impl Clone for DescribeAcceleratorTypesFluentBuilder
impl Clone for DescribeAcceleratorTypesFluentBuilder
source§fn clone(&self) -> DescribeAcceleratorTypesFluentBuilder
fn clone(&self) -> DescribeAcceleratorTypesFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more