AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
ParallelismConfiguration.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SageMaker {
17namespace Model {
18
27 public:
28 AWS_SAGEMAKER_API ParallelismConfiguration() = default;
31 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
37 inline int GetMaxParallelExecutionSteps() const { return m_maxParallelExecutionSteps; }
38 inline bool MaxParallelExecutionStepsHasBeenSet() const { return m_maxParallelExecutionStepsHasBeenSet; }
39 inline void SetMaxParallelExecutionSteps(int value) {
40 m_maxParallelExecutionStepsHasBeenSet = true;
41 m_maxParallelExecutionSteps = value;
42 }
45 return *this;
46 }
48 private:
49 int m_maxParallelExecutionSteps{0};
50 bool m_maxParallelExecutionStepsHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace SageMaker
55} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ParallelismConfiguration()=default
AWS_SAGEMAKER_API ParallelismConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ParallelismConfiguration(Aws::Utils::Json::JsonView jsonValue)
ParallelismConfiguration & WithMaxParallelExecutionSteps(int value)
Aws::Utils::Json::JsonValue JsonValue