7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename S3UriT = Aws::String>
44 m_s3UriHasBeenSet =
true;
45 m_s3Uri = std::forward<S3UriT>(value);
47 template <
typename S3UriT = Aws::String>
49 SetS3Uri(std::forward<S3UriT>(value));
61 template <
typename LocalPathT = Aws::String>
63 m_localPathHasBeenSet =
true;
64 m_localPath = std::forward<LocalPathT>(value);
66 template <
typename LocalPathT = Aws::String>
76 bool m_s3UriHasBeenSet =
false;
77 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