7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/InvocationLogsConfig.h>
47 template<
typename S3UriT = Aws::String>
48 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
49 template<
typename S3UriT = Aws::String>
59 template<
typename InvocationLogsConfigT = InvocationLogsConfig>
60 void SetInvocationLogsConfig(InvocationLogsConfigT&& value) { m_invocationLogsConfigHasBeenSet =
true; m_invocationLogsConfig = std::forward<InvocationLogsConfigT>(value); }
61 template<
typename InvocationLogsConfigT = InvocationLogsConfig>
67 bool m_s3UriHasBeenSet =
false;
70 bool m_invocationLogsConfigHasBeenSet =
false;
void SetInvocationLogsConfig(InvocationLogsConfigT &&value)
AWS_BEDROCK_API TrainingDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
TrainingDataConfig & WithS3Uri(S3UriT &&value)
bool S3UriHasBeenSet() const
const Aws::String & GetS3Uri() const
TrainingDataConfig & WithInvocationLogsConfig(InvocationLogsConfigT &&value)
AWS_BEDROCK_API TrainingDataConfig(Aws::Utils::Json::JsonView jsonValue)
bool InvocationLogsConfigHasBeenSet() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const InvocationLogsConfig & GetInvocationLogsConfig() const
void SetS3Uri(S3UriT &&value)
AWS_BEDROCK_API TrainingDataConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue