#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for BatchInferenceJobSummary
Implementations
The Amazon Resource Name (ARN) of the batch inference job.
The Amazon Resource Name (ARN) of the batch inference job.
The name of the batch inference job.
The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
The time at which the batch inference job was created.
The time at which the batch inference job was created.
The time at which the batch inference job was last updated.
The time at which the batch inference job was last updated.
If the batch inference job failed, the reason for the failure.
If the batch inference job failed, the reason for the failure.
The ARN of the solution version used by the batch inference job.
The ARN of the solution version used by the batch inference job.
Consumes the builder and constructs a BatchInferenceJobSummary
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