Struct aws_sdk_rekognition::model::Asset
source · [−]#[non_exhaustive]pub struct Asset { /* private fields */ }Expand description
Assets are the images that you use to train and evaluate a model version. Assets can also contain validation information that you use to debug a failed model training.
Implementations
sourceimpl Asset
impl Asset
sourcepub fn ground_truth_manifest(&self) -> Option<&GroundTruthManifest>
pub fn ground_truth_manifest(&self) -> Option<&GroundTruthManifest>
The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
Trait Implementations
impl StructuralPartialEq for Asset
Auto Trait Implementations
impl RefUnwindSafe for Asset
impl Send for Asset
impl Sync for Asset
impl Unpin for Asset
impl UnwindSafe for Asset
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