/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The dataset used for testing. Optionally, if AutoCreate
is set,
* Amazon Rekognition Custom Labels uses the training dataset to create a test
* dataset with a temporary split of the training dataset. See
* Also:
AWS
* API Reference
The assets used for testing.
*/ inline const Aws::VectorThe assets used for testing.
*/ inline bool AssetsHasBeenSet() const { return m_assetsHasBeenSet; } /** *The assets used for testing.
*/ inline void SetAssets(const Aws::VectorThe assets used for testing.
*/ inline void SetAssets(Aws::VectorThe assets used for testing.
*/ inline TestingData& WithAssets(const Aws::VectorThe assets used for testing.
*/ inline TestingData& WithAssets(Aws::VectorThe assets used for testing.
*/ inline TestingData& AddAssets(const Asset& value) { m_assetsHasBeenSet = true; m_assets.push_back(value); return *this; } /** *The assets used for testing.
*/ inline TestingData& AddAssets(Asset&& value) { m_assetsHasBeenSet = true; m_assets.push_back(std::move(value)); return *this; } /** *If specified, Amazon Rekognition Custom Labels temporarily splits the * training dataset (80%) to create a test dataset (20%) for the training job. * After training completes, the test dataset is not stored and the training * dataset reverts to its previous size.
*/ inline bool GetAutoCreate() const{ return m_autoCreate; } /** *If specified, Amazon Rekognition Custom Labels temporarily splits the * training dataset (80%) to create a test dataset (20%) for the training job. * After training completes, the test dataset is not stored and the training * dataset reverts to its previous size.
*/ inline bool AutoCreateHasBeenSet() const { return m_autoCreateHasBeenSet; } /** *If specified, Amazon Rekognition Custom Labels temporarily splits the * training dataset (80%) to create a test dataset (20%) for the training job. * After training completes, the test dataset is not stored and the training * dataset reverts to its previous size.
*/ inline void SetAutoCreate(bool value) { m_autoCreateHasBeenSet = true; m_autoCreate = value; } /** *If specified, Amazon Rekognition Custom Labels temporarily splits the * training dataset (80%) to create a test dataset (20%) for the training job. * After training completes, the test dataset is not stored and the training * dataset reverts to its previous size.
*/ inline TestingData& WithAutoCreate(bool value) { SetAutoCreate(value); return *this;} private: Aws::Vector