/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Metrics you can use as a baseline for comparison purposes. Use these metrics
* when you interpret monitoring results for an auto predictor.See
* Also:
AWS
* API Reference
The initial accuracy * metrics for the predictor. Use these metrics as a baseline for comparison * purposes as you use your predictor and the metrics change.
*/ inline const Aws::VectorThe initial accuracy * metrics for the predictor. Use these metrics as a baseline for comparison * purposes as you use your predictor and the metrics change.
*/ inline bool BaselineMetricsHasBeenSet() const { return m_baselineMetricsHasBeenSet; } /** *The initial accuracy * metrics for the predictor. Use these metrics as a baseline for comparison * purposes as you use your predictor and the metrics change.
*/ inline void SetBaselineMetrics(const Aws::VectorThe initial accuracy * metrics for the predictor. Use these metrics as a baseline for comparison * purposes as you use your predictor and the metrics change.
*/ inline void SetBaselineMetrics(Aws::VectorThe initial accuracy * metrics for the predictor. Use these metrics as a baseline for comparison * purposes as you use your predictor and the metrics change.
*/ inline PredictorBaseline& WithBaselineMetrics(const Aws::VectorThe initial accuracy * metrics for the predictor. Use these metrics as a baseline for comparison * purposes as you use your predictor and the metrics change.
*/ inline PredictorBaseline& WithBaselineMetrics(Aws::VectorThe initial accuracy * metrics for the predictor. Use these metrics as a baseline for comparison * purposes as you use your predictor and the metrics change.
*/ inline PredictorBaseline& AddBaselineMetrics(const BaselineMetric& value) { m_baselineMetricsHasBeenSet = true; m_baselineMetrics.push_back(value); return *this; } /** *The initial accuracy * metrics for the predictor. Use these metrics as a baseline for comparison * purposes as you use your predictor and the metrics change.
*/ inline PredictorBaseline& AddBaselineMetrics(BaselineMetric&& value) { m_baselineMetricsHasBeenSet = true; m_baselineMetrics.push_back(std::move(value)); return *this; } private: Aws::Vector