/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The variable importance metrics details.See Also:
AWS
* API Reference
List of variable metrics.
*/ inline const Aws::VectorList of variable metrics.
*/ inline bool LogOddsMetricsHasBeenSet() const { return m_logOddsMetricsHasBeenSet; } /** *List of variable metrics.
*/ inline void SetLogOddsMetrics(const Aws::VectorList of variable metrics.
*/ inline void SetLogOddsMetrics(Aws::VectorList of variable metrics.
*/ inline VariableImportanceMetrics& WithLogOddsMetrics(const Aws::VectorList of variable metrics.
*/ inline VariableImportanceMetrics& WithLogOddsMetrics(Aws::VectorList of variable metrics.
*/ inline VariableImportanceMetrics& AddLogOddsMetrics(const LogOddsMetric& value) { m_logOddsMetricsHasBeenSet = true; m_logOddsMetrics.push_back(value); return *this; } /** *List of variable metrics.
*/ inline VariableImportanceMetrics& AddLogOddsMetrics(LogOddsMetric&& value) { m_logOddsMetricsHasBeenSet = true; m_logOddsMetrics.push_back(std::move(value)); return *this; } private: Aws::Vector