Struct aws_sdk_sagemaker::model::LabelingJobOutput [−][src]
#[non_exhaustive]pub struct LabelingJobOutput {
pub output_dataset_s3_uri: Option<String>,
pub final_active_learning_model_arn: Option<String>,
}
Expand description
Specifies the location of the output produced by the labeling job.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.output_dataset_s3_uri: Option<String>
The Amazon S3 bucket location of the manifest file for labeled data.
final_active_learning_model_arn: Option<String>
The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.
Implementations
The Amazon S3 bucket location of the manifest file for labeled data.
The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.
Creates a new builder-style object to manufacture LabelingJobOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LabelingJobOutput
impl Send for LabelingJobOutput
impl Sync for LabelingJobOutput
impl Unpin for LabelingJobOutput
impl UnwindSafe for LabelingJobOutput
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