/**
* 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 creates a testing dataset using an 80/20 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 creates a testing dataset with * an 80/20 split of the training dataset.
*/ inline bool GetAutoCreate() const{ return m_autoCreate; } /** *If specified, Amazon Rekognition Custom Labels creates a testing dataset with * an 80/20 split of the training dataset.
*/ inline bool AutoCreateHasBeenSet() const { return m_autoCreateHasBeenSet; } /** *If specified, Amazon Rekognition Custom Labels creates a testing dataset with * an 80/20 split of the training dataset.
*/ inline void SetAutoCreate(bool value) { m_autoCreateHasBeenSet = true; m_autoCreate = value; } /** *If specified, Amazon Rekognition Custom Labels creates a testing dataset with * an 80/20 split of the training dataset.
*/ inline TestingData& WithAutoCreate(bool value) { SetAutoCreate(value); return *this;} private: Aws::Vector