Struct aws_sdk_sagemaker::model::training_job_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for TrainingJobSummary
Implementations
The name of the training job that you want a summary for.
The name of the training job that you want a summary for.
The Amazon Resource Name (ARN) of the training job.
The Amazon Resource Name (ARN) of the training job.
A timestamp that shows when the training job was created.
A timestamp that shows when the training job was created.
A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed
, Failed
, or Stopped
).
A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed
, Failed
, or Stopped
).
Timestamp when the training job was last modified.
Timestamp when the training job was last modified.
The status of the training job.
The status of the training job.
Consumes the builder and constructs a TrainingJobSummary
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