Struct aws_sdk_rekognition::model::ValidationData
source · [−]#[non_exhaustive]pub struct ValidationData { /* private fields */ }Expand description
Contains the Amazon S3 bucket location of the validation data for a model training job.
The validation data includes error information for individual JSON Lines in the dataset. For more information, see Debugging a Failed Model Training in the Amazon Rekognition Custom Labels Developer Guide.
You get the ValidationData object for the training dataset (TrainingDataResult) and the test dataset (TestingDataResult) by calling DescribeProjectVersions.
The assets array contains a single Asset object. The GroundTruthManifest field of the Asset object contains the S3 bucket location of the validation data.
Implementations
sourceimpl ValidationData
impl ValidationData
sourceimpl ValidationData
impl ValidationData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ValidationData.
Trait Implementations
sourceimpl Clone for ValidationData
impl Clone for ValidationData
sourcefn clone(&self) -> ValidationData
fn clone(&self) -> ValidationData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ValidationData
impl Debug for ValidationData
sourceimpl PartialEq<ValidationData> for ValidationData
impl PartialEq<ValidationData> for ValidationData
sourcefn eq(&self, other: &ValidationData) -> bool
fn eq(&self, other: &ValidationData) -> bool
impl StructuralPartialEq for ValidationData
Auto Trait Implementations
impl RefUnwindSafe for ValidationData
impl Send for ValidationData
impl Sync for ValidationData
impl Unpin for ValidationData
impl UnwindSafe for ValidationData
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