AWS SDK for C++

AWS SDK for C++ Version 1.11.617

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::Bedrock::Model::TrainingDataConfig Class Reference

#include <TrainingDataConfig.h>

Public Member Functions

AWS_BEDROCK_API TrainingDataConfig ()=default
 
AWS_BEDROCK_API TrainingDataConfig (Aws::Utils::Json::JsonView jsonValue)
 
 
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize () const
 
const Aws::StringGetS3Uri () const
 
bool S3UriHasBeenSet () const
 
template<typename S3UriT = Aws::String>
void SetS3Uri (S3UriT &&value)
 
template<typename S3UriT = Aws::String>
TrainingDataConfigWithS3Uri (S3UriT &&value)
 
 
 
template<typename InvocationLogsConfigT = InvocationLogsConfig>
void SetInvocationLogsConfig (InvocationLogsConfigT &&value)
 
template<typename InvocationLogsConfigT = InvocationLogsConfig>
TrainingDataConfigWithInvocationLogsConfig (InvocationLogsConfigT &&value)
 

Detailed Description

S3 Location of the training data.

See Also:

AWS API Reference

Definition at line 32 of file TrainingDataConfig.h.

Constructor & Destructor Documentation

◆ TrainingDataConfig() [1/2]

AWS_BEDROCK_API Aws::Bedrock::Model::TrainingDataConfig::TrainingDataConfig ( )
default

◆ TrainingDataConfig() [2/2]

AWS_BEDROCK_API Aws::Bedrock::Model::TrainingDataConfig::TrainingDataConfig ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ GetInvocationLogsConfig()

const InvocationLogsConfig & Aws::Bedrock::Model::TrainingDataConfig::GetInvocationLogsConfig ( ) const
inline

Settings for using invocation logs to customize a model.

Definition at line 57 of file TrainingDataConfig.h.

◆ GetS3Uri()

const Aws::String & Aws::Bedrock::Model::TrainingDataConfig::GetS3Uri ( ) const
inline

The S3 URI where the training data is stored.

Definition at line 45 of file TrainingDataConfig.h.

◆ InvocationLogsConfigHasBeenSet()

bool Aws::Bedrock::Model::TrainingDataConfig::InvocationLogsConfigHasBeenSet ( ) const
inline

Settings for using invocation logs to customize a model.

Definition at line 58 of file TrainingDataConfig.h.

◆ Jsonize()

AWS_BEDROCK_API Aws::Utils::Json::JsonValue Aws::Bedrock::Model::TrainingDataConfig::Jsonize ( ) const

◆ operator=()

AWS_BEDROCK_API TrainingDataConfig & Aws::Bedrock::Model::TrainingDataConfig::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ S3UriHasBeenSet()

bool Aws::Bedrock::Model::TrainingDataConfig::S3UriHasBeenSet ( ) const
inline

The S3 URI where the training data is stored.

Definition at line 46 of file TrainingDataConfig.h.

◆ SetInvocationLogsConfig()

template<typename InvocationLogsConfigT = InvocationLogsConfig>
void Aws::Bedrock::Model::TrainingDataConfig::SetInvocationLogsConfig ( InvocationLogsConfigT &&  value)
inline

Settings for using invocation logs to customize a model.

Definition at line 60 of file TrainingDataConfig.h.

◆ SetS3Uri()

template<typename S3UriT = Aws::String>
void Aws::Bedrock::Model::TrainingDataConfig::SetS3Uri ( S3UriT &&  value)
inline

The S3 URI where the training data is stored.

Definition at line 48 of file TrainingDataConfig.h.

◆ WithInvocationLogsConfig()

template<typename InvocationLogsConfigT = InvocationLogsConfig>
TrainingDataConfig & Aws::Bedrock::Model::TrainingDataConfig::WithInvocationLogsConfig ( InvocationLogsConfigT &&  value)
inline

Settings for using invocation logs to customize a model.

Definition at line 62 of file TrainingDataConfig.h.

◆ WithS3Uri()

template<typename S3UriT = Aws::String>
TrainingDataConfig & Aws::Bedrock::Model::TrainingDataConfig::WithS3Uri ( S3UriT &&  value)
inline

The S3 URI where the training data is stored.

Definition at line 50 of file TrainingDataConfig.h.


The documentation for this class was generated from the following file: