7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/Framework.h>
45 template <
typename S3UriT = Aws::String>
47 m_s3UriHasBeenSet =
true;
48 m_s3Uri = std::forward<S3UriT>(value);
50 template <
typename S3UriT = Aws::String>
52 SetS3Uri(std::forward<S3UriT>(value));
170 template <
typename DataInputConfigT = Aws::String>
172 m_dataInputConfigHasBeenSet =
true;
173 m_dataInputConfig = std::forward<DataInputConfigT>(value);
175 template <
typename DataInputConfigT = Aws::String>
190 m_frameworkHasBeenSet =
true;
212 template <
typename FrameworkVersionT = Aws::String>
214 m_frameworkVersionHasBeenSet =
true;
215 m_frameworkVersion = std::forward<FrameworkVersionT>(value);
217 template <
typename FrameworkVersionT = Aws::String>
231 bool m_s3UriHasBeenSet =
false;
232 bool m_dataInputConfigHasBeenSet =
false;
233 bool m_frameworkHasBeenSet =
false;
234 bool m_frameworkVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue