/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of algorithms that were used to create a model package.See
* Also:
AWS
* API Reference
A list of the algorithms that were used to create a model package.
*/ inline const Aws::VectorA list of the algorithms that were used to create a model package.
*/ inline bool SourceAlgorithmsHasBeenSet() const { return m_sourceAlgorithmsHasBeenSet; } /** *A list of the algorithms that were used to create a model package.
*/ inline void SetSourceAlgorithms(const Aws::VectorA list of the algorithms that were used to create a model package.
*/ inline void SetSourceAlgorithms(Aws::VectorA list of the algorithms that were used to create a model package.
*/ inline SourceAlgorithmSpecification& WithSourceAlgorithms(const Aws::VectorA list of the algorithms that were used to create a model package.
*/ inline SourceAlgorithmSpecification& WithSourceAlgorithms(Aws::VectorA list of the algorithms that were used to create a model package.
*/ inline SourceAlgorithmSpecification& AddSourceAlgorithms(const SourceAlgorithm& value) { m_sourceAlgorithmsHasBeenSet = true; m_sourceAlgorithms.push_back(value); return *this; } /** *A list of the algorithms that were used to create a model package.
*/ inline SourceAlgorithmSpecification& AddSourceAlgorithms(SourceAlgorithm&& value) { m_sourceAlgorithmsHasBeenSet = true; m_sourceAlgorithms.push_back(std::move(value)); return *this; } private: Aws::Vector