pub struct Builder { /* private fields */ }Expand description
A builder for LabelingSetGenerationTaskRunProperties.
Implementations§
source§impl Builder
impl Builder
sourcepub fn output_s3_path(self, input: impl Into<String>) -> Self
pub fn output_s3_path(self, input: impl Into<String>) -> Self
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
sourcepub fn set_output_s3_path(self, input: Option<String>) -> Self
pub fn set_output_s3_path(self, input: Option<String>) -> Self
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
sourcepub fn build(self) -> LabelingSetGenerationTaskRunProperties
pub fn build(self) -> LabelingSetGenerationTaskRunProperties
Consumes the builder and constructs a LabelingSetGenerationTaskRunProperties.