/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The details of the relative importance of the aggregated variables. Account Takeover Insights (ATI) model uses event variables from the login
* data you provide to continuously calculate a set of variables (aggregated
* variables) based on historical events. For example, your ATI model might
* calculate the number of times an user has logged in using the same IP address.
* In this case, event variables used to derive the aggregated variables are
* IP address
and user
.See Also:
AWS
* API Reference
List of variables' metrics.
*/ inline const Aws::VectorList of variables' metrics.
*/ inline bool LogOddsMetricsHasBeenSet() const { return m_logOddsMetricsHasBeenSet; } /** *List of variables' metrics.
*/ inline void SetLogOddsMetrics(const Aws::VectorList of variables' metrics.
*/ inline void SetLogOddsMetrics(Aws::VectorList of variables' metrics.
*/ inline AggregatedVariablesImportanceMetrics& WithLogOddsMetrics(const Aws::VectorList of variables' metrics.
*/ inline AggregatedVariablesImportanceMetrics& WithLogOddsMetrics(Aws::VectorList of variables' metrics.
*/ inline AggregatedVariablesImportanceMetrics& AddLogOddsMetrics(const AggregatedLogOddsMetric& value) { m_logOddsMetricsHasBeenSet = true; m_logOddsMetrics.push_back(value); return *this; } /** *List of variables' metrics.
*/ inline AggregatedVariablesImportanceMetrics& AddLogOddsMetrics(AggregatedLogOddsMetric&& value) { m_logOddsMetricsHasBeenSet = true; m_logOddsMetrics.push_back(std::move(value)); return *this; } private: Aws::Vector