7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/Framework.h>
51 template<
typename S3UriT = Aws::String>
52 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
53 template<
typename S3UriT = Aws::String>
170 template<
typename DataInputConfigT = Aws::String>
171 void SetDataInputConfig(DataInputConfigT&& value) { m_dataInputConfigHasBeenSet =
true; m_dataInputConfig = std::forward<DataInputConfigT>(value); }
172 template<
typename DataInputConfigT = Aws::String>
200 template<
typename FrameworkVersionT = Aws::String>
201 void SetFrameworkVersion(FrameworkVersionT&& value) { m_frameworkVersionHasBeenSet =
true; m_frameworkVersion = std::forward<FrameworkVersionT>(value); }
202 template<
typename FrameworkVersionT = Aws::String>
208 bool m_s3UriHasBeenSet =
false;
211 bool m_dataInputConfigHasBeenSet =
false;
214 bool m_frameworkHasBeenSet =
false;
217 bool m_frameworkVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue