Struct aws_sdk_elasticinference::model::AcceleratorType
source · [−]#[non_exhaustive]pub struct AcceleratorType {
pub accelerator_type_name: Option<String>,
pub memory_info: Option<MemoryInfo>,
pub throughput_info: Option<Vec<KeyValuePair>>,
}
Expand description
The details of an Elastic Inference Accelerator type.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.accelerator_type_name: Option<String>
The name of the Elastic Inference Accelerator type.
memory_info: Option<MemoryInfo>
The memory information of the Elastic Inference Accelerator type.
throughput_info: Option<Vec<KeyValuePair>>
The throughput information of the Elastic Inference Accelerator type.
Implementations
The name of the Elastic Inference Accelerator type.
The memory information of the Elastic Inference Accelerator type.
The throughput information of the Elastic Inference Accelerator type.
Creates a new builder-style object to manufacture AcceleratorType
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AcceleratorType
impl Send for AcceleratorType
impl Sync for AcceleratorType
impl Unpin for AcceleratorType
impl UnwindSafe for AcceleratorType
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more