Struct aws_sdk_ec2::model::InferenceDeviceInfo
source · #[non_exhaustive]pub struct InferenceDeviceInfo { /* private fields */ }
Expand description
Describes the Inference accelerators for the instance type.
Implementations§
source§impl InferenceDeviceInfo
impl InferenceDeviceInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InferenceDeviceInfo
.
Trait Implementations§
source§impl Clone for InferenceDeviceInfo
impl Clone for InferenceDeviceInfo
source§fn clone(&self) -> InferenceDeviceInfo
fn clone(&self) -> InferenceDeviceInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InferenceDeviceInfo
impl Debug for InferenceDeviceInfo
source§impl PartialEq<InferenceDeviceInfo> for InferenceDeviceInfo
impl PartialEq<InferenceDeviceInfo> for InferenceDeviceInfo
source§fn eq(&self, other: &InferenceDeviceInfo) -> bool
fn eq(&self, other: &InferenceDeviceInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.