Struct aws_sdk_sagemaker::model::labeling_job_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LabelingJobOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn output_dataset_s3_uri(self, input: impl Into<String>) -> Self
pub fn output_dataset_s3_uri(self, input: impl Into<String>) -> Self
The Amazon S3 bucket location of the manifest file for labeled data.
sourcepub fn set_output_dataset_s3_uri(self, input: Option<String>) -> Self
pub fn set_output_dataset_s3_uri(self, input: Option<String>) -> Self
The Amazon S3 bucket location of the manifest file for labeled data.
sourcepub fn final_active_learning_model_arn(self, input: impl Into<String>) -> Self
pub fn final_active_learning_model_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.
sourcepub fn set_final_active_learning_model_arn(self, input: Option<String>) -> Self
pub fn set_final_active_learning_model_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.
sourcepub fn build(self) -> LabelingJobOutput
pub fn build(self) -> LabelingJobOutput
Consumes the builder and constructs a LabelingJobOutput
.