#[non_exhaustive]pub struct GenerativeAiSettingsBuilder { /* private fields */ }Expand description
A builder for GenerativeAiSettings.
Implementations§
source§impl GenerativeAiSettingsBuilder
impl GenerativeAiSettingsBuilder
sourcepub fn runtime_settings(self, input: RuntimeSettings) -> Self
pub fn runtime_settings(self, input: RuntimeSettings) -> Self
Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
sourcepub fn set_runtime_settings(self, input: Option<RuntimeSettings>) -> Self
pub fn set_runtime_settings(self, input: Option<RuntimeSettings>) -> Self
Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
sourcepub fn get_runtime_settings(&self) -> &Option<RuntimeSettings>
pub fn get_runtime_settings(&self) -> &Option<RuntimeSettings>
Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
sourcepub fn buildtime_settings(self, input: BuildtimeSettings) -> Self
pub fn buildtime_settings(self, input: BuildtimeSettings) -> Self
Contains specifications about the Amazon Lex build time generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
sourcepub fn set_buildtime_settings(self, input: Option<BuildtimeSettings>) -> Self
pub fn set_buildtime_settings(self, input: Option<BuildtimeSettings>) -> Self
Contains specifications about the Amazon Lex build time generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
sourcepub fn get_buildtime_settings(&self) -> &Option<BuildtimeSettings>
pub fn get_buildtime_settings(&self) -> &Option<BuildtimeSettings>
Contains specifications about the Amazon Lex build time generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
sourcepub fn build(self) -> GenerativeAiSettings
pub fn build(self) -> GenerativeAiSettings
Consumes the builder and constructs a GenerativeAiSettings.
Trait Implementations§
source§impl Clone for GenerativeAiSettingsBuilder
impl Clone for GenerativeAiSettingsBuilder
source§fn clone(&self) -> GenerativeAiSettingsBuilder
fn clone(&self) -> GenerativeAiSettingsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GenerativeAiSettingsBuilder
impl Debug for GenerativeAiSettingsBuilder
source§impl Default for GenerativeAiSettingsBuilder
impl Default for GenerativeAiSettingsBuilder
source§fn default() -> GenerativeAiSettingsBuilder
fn default() -> GenerativeAiSettingsBuilder
source§impl PartialEq for GenerativeAiSettingsBuilder
impl PartialEq for GenerativeAiSettingsBuilder
source§fn eq(&self, other: &GenerativeAiSettingsBuilder) -> bool
fn eq(&self, other: &GenerativeAiSettingsBuilder) -> bool
self and other values to be equal, and is used
by ==.