Struct aws_sdk_sagemaker::model::labeling_job_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LabelingJobSummary
Implementations
The name of the labeling job.
The name of the labeling job.
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
The date and time that the job was created (timestamp).
The date and time that the job was created (timestamp).
The date and time that the job was last modified (timestamp).
The date and time that the job was last modified (timestamp).
The current status of the labeling job.
The current status of the labeling job.
Counts showing the progress of the labeling job.
Counts showing the progress of the labeling job.
The Amazon Resource Name (ARN) of the work team assigned to the job.
The Amazon Resource Name (ARN) of the work team assigned to the job.
The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.
The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.
If the LabelingJobStatus
field is Failed
, this field
contains a description of the error.
If the LabelingJobStatus
field is Failed
, this field
contains a description of the error.
The location of the output produced by the labeling job.
The location of the output produced by the labeling job.
Input configuration for the labeling job.
Input configuration for the labeling job.
Consumes the builder and constructs a LabelingJobSummary
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