/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The results of evaluating an algorithm. Returned as part of the
* GetAccuracyMetrics response.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the algorithm that was evaluated.
*/ inline const Aws::String& GetAlgorithmArn() const{ return m_algorithmArn; } /** *The Amazon Resource Name (ARN) of the algorithm that was evaluated.
*/ inline bool AlgorithmArnHasBeenSet() const { return m_algorithmArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the algorithm that was evaluated.
*/ inline void SetAlgorithmArn(const Aws::String& value) { m_algorithmArnHasBeenSet = true; m_algorithmArn = value; } /** *The Amazon Resource Name (ARN) of the algorithm that was evaluated.
*/ inline void SetAlgorithmArn(Aws::String&& value) { m_algorithmArnHasBeenSet = true; m_algorithmArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the algorithm that was evaluated.
*/ inline void SetAlgorithmArn(const char* value) { m_algorithmArnHasBeenSet = true; m_algorithmArn.assign(value); } /** *The Amazon Resource Name (ARN) of the algorithm that was evaluated.
*/ inline EvaluationResult& WithAlgorithmArn(const Aws::String& value) { SetAlgorithmArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the algorithm that was evaluated.
*/ inline EvaluationResult& WithAlgorithmArn(Aws::String&& value) { SetAlgorithmArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the algorithm that was evaluated.
*/ inline EvaluationResult& WithAlgorithmArn(const char* value) { SetAlgorithmArn(value); return *this;} /** *The array of test windows used for evaluating the algorithm. The
* NumberOfBacktestWindows
from the EvaluationParameters object
* determines the number of windows in the array.
The array of test windows used for evaluating the algorithm. The
* NumberOfBacktestWindows
from the EvaluationParameters object
* determines the number of windows in the array.
The array of test windows used for evaluating the algorithm. The
* NumberOfBacktestWindows
from the EvaluationParameters object
* determines the number of windows in the array.
The array of test windows used for evaluating the algorithm. The
* NumberOfBacktestWindows
from the EvaluationParameters object
* determines the number of windows in the array.
The array of test windows used for evaluating the algorithm. The
* NumberOfBacktestWindows
from the EvaluationParameters object
* determines the number of windows in the array.
The array of test windows used for evaluating the algorithm. The
* NumberOfBacktestWindows
from the EvaluationParameters object
* determines the number of windows in the array.
The array of test windows used for evaluating the algorithm. The
* NumberOfBacktestWindows
from the EvaluationParameters object
* determines the number of windows in the array.
The array of test windows used for evaluating the algorithm. The
* NumberOfBacktestWindows
from the EvaluationParameters object
* determines the number of windows in the array.