/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The dataset used for training.See Also:
AWS
* API Reference
A Sagemaker GroundTruth manifest file that contains the training images * (assets).
*/ inline const Aws::VectorA Sagemaker GroundTruth manifest file that contains the training images * (assets).
*/ inline bool AssetsHasBeenSet() const { return m_assetsHasBeenSet; } /** *A Sagemaker GroundTruth manifest file that contains the training images * (assets).
*/ inline void SetAssets(const Aws::VectorA Sagemaker GroundTruth manifest file that contains the training images * (assets).
*/ inline void SetAssets(Aws::VectorA Sagemaker GroundTruth manifest file that contains the training images * (assets).
*/ inline TrainingData& WithAssets(const Aws::VectorA Sagemaker GroundTruth manifest file that contains the training images * (assets).
*/ inline TrainingData& WithAssets(Aws::VectorA Sagemaker GroundTruth manifest file that contains the training images * (assets).
*/ inline TrainingData& AddAssets(const Asset& value) { m_assetsHasBeenSet = true; m_assets.push_back(value); return *this; } /** *A Sagemaker GroundTruth manifest file that contains the training images * (assets).
*/ inline TrainingData& AddAssets(Asset&& value) { m_assetsHasBeenSet = true; m_assets.push_back(std::move(value)); return *this; } private: Aws::Vector