Struct aws_sdk_sagemaker::model::transform_job_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TransformJobSummary
Implementations
The name of the transform job.
The name of the transform job.
The Amazon Resource Name (ARN) of the transform job.
The Amazon Resource Name (ARN) of the transform job.
A timestamp that shows when the transform Job was created.
A timestamp that shows when the transform Job was created.
Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
Indicates when the transform job was last modified.
Indicates when the transform job was last modified.
The status of the transform job.
The status of the transform job.
If the transform job failed, the reason it failed.
If the transform job failed, the reason it failed.
Consumes the builder and constructs a TransformJobSummary
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