Struct aws_sdk_rekognition::model::dataset_source::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for DatasetSource.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn ground_truth_manifest(self, input: GroundTruthManifest) -> Self
pub fn ground_truth_manifest(self, input: GroundTruthManifest) -> Self
The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
sourcepub fn set_ground_truth_manifest(
self,
input: Option<GroundTruthManifest>
) -> Self
pub fn set_ground_truth_manifest(
self,
input: Option<GroundTruthManifest>
) -> Self
The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
sourcepub fn dataset_arn(self, input: impl Into<String>) -> Self
pub fn dataset_arn(self, input: impl Into<String>) -> Self
The ARN of an Amazon Rekognition Custom Labels dataset that you want to copy.
sourcepub fn set_dataset_arn(self, input: Option<String>) -> Self
pub fn set_dataset_arn(self, input: Option<String>) -> Self
The ARN of an Amazon Rekognition Custom Labels dataset that you want to copy.
sourcepub fn build(self) -> DatasetSource
pub fn build(self) -> DatasetSource
Consumes the builder and constructs a DatasetSource.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more