Struct aws_sdk_sagemaker::model::processing_job_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ProcessingJobSummary
Implementations
The name of the processing job.
The name of the processing job.
The Amazon Resource Name (ARN) of the processing job..
The Amazon Resource Name (ARN) of the processing job..
The time at which the processing job was created.
The time at which the processing job was created.
The time at which the processing job completed.
The time at which the processing job completed.
A timestamp that indicates the last time the processing job was modified.
A timestamp that indicates the last time the processing job was modified.
The status of the processing job.
The status of the processing job.
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
Consumes the builder and constructs a ProcessingJobSummary
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