Struct aws_sdk_sagemaker::model::edge_preset_deployment_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EdgePresetDeploymentOutput
Implementations
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
The Amazon Resource Name (ARN) of the generated deployable resource.
The Amazon Resource Name (ARN) of the generated deployable resource.
The status of the deployable resource.
The status of the deployable resource.
Returns a message describing the status of the deployed resource.
Returns a message describing the status of the deployed resource.
Consumes the builder and constructs a EdgePresetDeploymentOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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