/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The model version evaluated for generating prediction. See
* Also:
AWS
* API Reference
The model ID.
*/ inline const Aws::String& GetModelId() const{ return m_modelId; } /** *The model ID.
*/ inline bool ModelIdHasBeenSet() const { return m_modelIdHasBeenSet; } /** *The model ID.
*/ inline void SetModelId(const Aws::String& value) { m_modelIdHasBeenSet = true; m_modelId = value; } /** *The model ID.
*/ inline void SetModelId(Aws::String&& value) { m_modelIdHasBeenSet = true; m_modelId = std::move(value); } /** *The model ID.
*/ inline void SetModelId(const char* value) { m_modelIdHasBeenSet = true; m_modelId.assign(value); } /** *The model ID.
*/ inline EvaluatedModelVersion& WithModelId(const Aws::String& value) { SetModelId(value); return *this;} /** *The model ID.
*/ inline EvaluatedModelVersion& WithModelId(Aws::String&& value) { SetModelId(std::move(value)); return *this;} /** *The model ID.
*/ inline EvaluatedModelVersion& WithModelId(const char* value) { SetModelId(value); return *this;} /** *The model version.
*/ inline const Aws::String& GetModelVersion() const{ return m_modelVersion; } /** *The model version.
*/ inline bool ModelVersionHasBeenSet() const { return m_modelVersionHasBeenSet; } /** *The model version.
*/ inline void SetModelVersion(const Aws::String& value) { m_modelVersionHasBeenSet = true; m_modelVersion = value; } /** *The model version.
*/ inline void SetModelVersion(Aws::String&& value) { m_modelVersionHasBeenSet = true; m_modelVersion = std::move(value); } /** *The model version.
*/ inline void SetModelVersion(const char* value) { m_modelVersionHasBeenSet = true; m_modelVersion.assign(value); } /** *The model version.
*/ inline EvaluatedModelVersion& WithModelVersion(const Aws::String& value) { SetModelVersion(value); return *this;} /** *The model version.
*/ inline EvaluatedModelVersion& WithModelVersion(Aws::String&& value) { SetModelVersion(std::move(value)); return *this;} /** *The model version.
*/ inline EvaluatedModelVersion& WithModelVersion(const char* value) { SetModelVersion(value); return *this;} /** *The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
|
* TRANSACTION_FRAUD_INSIGHTS
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
|
* TRANSACTION_FRAUD_INSIGHTS
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
|
* TRANSACTION_FRAUD_INSIGHTS
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
|
* TRANSACTION_FRAUD_INSIGHTS
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
|
* TRANSACTION_FRAUD_INSIGHTS
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
|
* TRANSACTION_FRAUD_INSIGHTS
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
|
* TRANSACTION_FRAUD_INSIGHTS
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
|
* TRANSACTION_FRAUD_INSIGHTS
Evaluations generated for the model version.
*/ inline const Aws::VectorEvaluations generated for the model version.
*/ inline bool EvaluationsHasBeenSet() const { return m_evaluationsHasBeenSet; } /** *Evaluations generated for the model version.
*/ inline void SetEvaluations(const Aws::VectorEvaluations generated for the model version.
*/ inline void SetEvaluations(Aws::VectorEvaluations generated for the model version.
*/ inline EvaluatedModelVersion& WithEvaluations(const Aws::VectorEvaluations generated for the model version.
*/ inline EvaluatedModelVersion& WithEvaluations(Aws::VectorEvaluations generated for the model version.
*/ inline EvaluatedModelVersion& AddEvaluations(const ModelVersionEvaluation& value) { m_evaluationsHasBeenSet = true; m_evaluations.push_back(value); return *this; } /** *Evaluations generated for the model version.
*/ inline EvaluatedModelVersion& AddEvaluations(ModelVersionEvaluation&& value) { m_evaluationsHasBeenSet = true; m_evaluations.push_back(std::move(value)); return *this; } private: Aws::String m_modelId; bool m_modelIdHasBeenSet = false; Aws::String m_modelVersion; bool m_modelVersionHasBeenSet = false; Aws::String m_modelType; bool m_modelTypeHasBeenSet = false; Aws::Vector