7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename S3UriT = Aws::String>
49 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
50 template<
typename S3UriT = Aws::String>
61 template<
typename LocalPathT = Aws::String>
62 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
63 template<
typename LocalPathT = Aws::String>
69 bool m_s3UriHasBeenSet =
false;
72 bool m_localPathHasBeenSet =
false;
AWS_SAGEMAKER_API CheckpointConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API CheckpointConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLocalPath(LocalPathT &&value)
CheckpointConfig & WithLocalPath(LocalPathT &&value)
CheckpointConfig & WithS3Uri(S3UriT &&value)
bool LocalPathHasBeenSet() const
void SetS3Uri(S3UriT &&value)
const Aws::String & GetS3Uri() const
const Aws::String & GetLocalPath() const
bool S3UriHasBeenSet() const
AWS_SAGEMAKER_API CheckpointConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue