7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptunedata/Neptunedata_EXPORTS.h>
19namespace neptunedata {
45 template <
typename SourceS3DirectoryPathT = Aws::String>
47 m_sourceS3DirectoryPathHasBeenSet =
true;
48 m_sourceS3DirectoryPath = std::forward<SourceS3DirectoryPathT>(value);
50 template <
typename SourceS3DirectoryPathT = Aws::String>
65 template <
typename TrainingEntryPo
intScriptT = Aws::String>
67 m_trainingEntryPointScriptHasBeenSet =
true;
68 m_trainingEntryPointScript = std::forward<TrainingEntryPointScriptT>(value);
70 template <
typename TrainingEntryPo
intScriptT = Aws::String>
86 template <
typename TransformEntryPo
intScriptT = Aws::String>
88 m_transformEntryPointScriptHasBeenSet =
true;
89 m_transformEntryPointScript = std::forward<TransformEntryPointScriptT>(value);
91 template <
typename TransformEntryPo
intScriptT = Aws::String>
103 bool m_sourceS3DirectoryPathHasBeenSet =
false;
104 bool m_trainingEntryPointScriptHasBeenSet =
false;
105 bool m_transformEntryPointScriptHasBeenSet =
false;
void SetTransformEntryPointScript(TransformEntryPointScriptT &&value)
void SetSourceS3DirectoryPath(SourceS3DirectoryPathT &&value)
AWS_NEPTUNEDATA_API CustomModelTrainingParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTransformEntryPointScript() const
bool SourceS3DirectoryPathHasBeenSet() const
const Aws::String & GetSourceS3DirectoryPath() const
void SetTrainingEntryPointScript(TrainingEntryPointScriptT &&value)
AWS_NEPTUNEDATA_API CustomModelTrainingParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomModelTrainingParameters & WithSourceS3DirectoryPath(SourceS3DirectoryPathT &&value)
bool TrainingEntryPointScriptHasBeenSet() const
const Aws::String & GetTrainingEntryPointScript() const
CustomModelTrainingParameters & WithTrainingEntryPointScript(TrainingEntryPointScriptT &&value)
AWS_NEPTUNEDATA_API CustomModelTrainingParameters()=default
bool TransformEntryPointScriptHasBeenSet() const
CustomModelTrainingParameters & WithTransformEntryPointScript(TransformEntryPointScriptT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue