Struct aws_sdk_sagemaker::model::edge_packaging_job_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for EdgePackagingJobSummary
Implementations
The Amazon Resource Name (ARN) of the edge packaging job.
The Amazon Resource Name (ARN) of the edge packaging job.
The name of the edge packaging job.
The name of the edge packaging job.
The status of the edge packaging job.
The status of the edge packaging job.
The name of the SageMaker Neo compilation job.
The name of the SageMaker Neo compilation job.
The name of the model.
The name of the model.
The version of the model.
The version of the model.
The timestamp of when the job was created.
The timestamp of when the job was created.
The timestamp of when the edge packaging job was last updated.
The timestamp of when the edge packaging job was last updated.
Consumes the builder and constructs a EdgePackagingJobSummary
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