Struct aws_sdk_sagemaker::types::AgentVersion
source · #[non_exhaustive]pub struct AgentVersion { /* private fields */ }
Expand description
Edge Manager agent version.
Implementations§
source§impl AgentVersion
impl AgentVersion
source§impl AgentVersion
impl AgentVersion
sourcepub fn builder() -> AgentVersionBuilder
pub fn builder() -> AgentVersionBuilder
Creates a new builder-style object to manufacture AgentVersion
.
Trait Implementations§
source§impl Clone for AgentVersion
impl Clone for AgentVersion
source§fn clone(&self) -> AgentVersion
fn clone(&self) -> AgentVersion
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 AgentVersion
impl Debug for AgentVersion
source§impl PartialEq<AgentVersion> for AgentVersion
impl PartialEq<AgentVersion> for AgentVersion
source§fn eq(&self, other: &AgentVersion) -> bool
fn eq(&self, other: &AgentVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.