AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ShuffleConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker
20{
21namespace Model
22{
23
44 {
45 public:
46 AWS_SAGEMAKER_API ShuffleConfig();
47 AWS_SAGEMAKER_API ShuffleConfig(Aws::Utils::Json::JsonView jsonValue);
48 AWS_SAGEMAKER_API ShuffleConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
49 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
50
51
53
56 inline long long GetSeed() const{ return m_seed; }
57 inline bool SeedHasBeenSet() const { return m_seedHasBeenSet; }
58 inline void SetSeed(long long value) { m_seedHasBeenSet = true; m_seed = value; }
59 inline ShuffleConfig& WithSeed(long long value) { SetSeed(value); return *this;}
61 private:
62
63 long long m_seed;
64 bool m_seedHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace SageMaker
69} // namespace Aws
AWS_SAGEMAKER_API ShuffleConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ShuffleConfig & WithSeed(long long value)
AWS_SAGEMAKER_API ShuffleConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue