#[non_exhaustive]pub struct EdgePresetDeploymentOutput { /* private fields */ }
Expand description
The output of a SageMaker Edge Manager deployable resource.
Implementations§
source§impl EdgePresetDeploymentOutput
impl EdgePresetDeploymentOutput
sourcepub fn type(&self) -> Option<&EdgePresetDeploymentType>
pub fn type(&self) -> Option<&EdgePresetDeploymentType>
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
sourcepub fn artifact(&self) -> Option<&str>
pub fn artifact(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the generated deployable resource.
sourcepub fn status(&self) -> Option<&EdgePresetDeploymentStatus>
pub fn status(&self) -> Option<&EdgePresetDeploymentStatus>
The status of the deployable resource.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
Returns a message describing the status of the deployed resource.
source§impl EdgePresetDeploymentOutput
impl EdgePresetDeploymentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EdgePresetDeploymentOutput
.
Trait Implementations§
source§impl Clone for EdgePresetDeploymentOutput
impl Clone for EdgePresetDeploymentOutput
source§fn clone(&self) -> EdgePresetDeploymentOutput
fn clone(&self) -> EdgePresetDeploymentOutput
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 EdgePresetDeploymentOutput
impl Debug for EdgePresetDeploymentOutput
source§impl PartialEq<EdgePresetDeploymentOutput> for EdgePresetDeploymentOutput
impl PartialEq<EdgePresetDeploymentOutput> for EdgePresetDeploymentOutput
source§fn eq(&self, other: &EdgePresetDeploymentOutput) -> bool
fn eq(&self, other: &EdgePresetDeploymentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.