/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include 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 The assets array contains a single Asset object. The
* GroundTruthManifest field of the Asset object contains the S3 bucket
* location of the validation data. ValidationData
object for the training
* dataset (TrainingDataResult) and the test dataset
* (TestingDataResult) by calling DescribeProjectVersions. See Also:
AWS
* API Reference
The assets that comprise the validation data.
*/ inline const Aws::VectorThe assets that comprise the validation data.
*/ inline bool AssetsHasBeenSet() const { return m_assetsHasBeenSet; } /** *The assets that comprise the validation data.
*/ inline void SetAssets(const Aws::VectorThe assets that comprise the validation data.
*/ inline void SetAssets(Aws::VectorThe assets that comprise the validation data.
*/ inline ValidationData& WithAssets(const Aws::VectorThe assets that comprise the validation data.
*/ inline ValidationData& WithAssets(Aws::VectorThe assets that comprise the validation data.
*/ inline ValidationData& AddAssets(const Asset& value) { m_assetsHasBeenSet = true; m_assets.push_back(value); return *this; } /** *The assets that comprise the validation data.
*/ inline ValidationData& AddAssets(Asset&& value) { m_assetsHasBeenSet = true; m_assets.push_back(std::move(value)); return *this; } private: Aws::Vector