7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/model/SourceAlgorithm.h>
48 template<
typename SourceAlgorithmsT = Aws::Vector<SourceAlgorithm>>
49 void SetSourceAlgorithms(SourceAlgorithmsT&& value) { m_sourceAlgorithmsHasBeenSet =
true; m_sourceAlgorithms = std::forward<SourceAlgorithmsT>(value); }
50 template<
typename SourceAlgorithmsT = Aws::Vector<SourceAlgorithm>>
52 template<
typename SourceAlgorithmsT = SourceAlgorithm>
58 bool m_sourceAlgorithmsHasBeenSet =
false;
AWS_SAGEMAKER_API SourceAlgorithmSpecification(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API SourceAlgorithmSpecification()=default
SourceAlgorithmSpecification & WithSourceAlgorithms(SourceAlgorithmsT &&value)
bool SourceAlgorithmsHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SourceAlgorithmSpecification & AddSourceAlgorithms(SourceAlgorithmsT &&value)
void SetSourceAlgorithms(SourceAlgorithmsT &&value)
AWS_SAGEMAKER_API SourceAlgorithmSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SourceAlgorithm > & GetSourceAlgorithms() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue