Class: Aws::BedrockAgentCoreControl::Types::CustomConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CustomConfigurationInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
CustomConfigurationInput is a union - when making an API calls you must set exactly one of the members.
Input for custom configuration of a memory strategy.
Direct Known Subclasses
SelfManagedConfiguration, SemanticOverride, SummaryOverride, Unknown, UserPreferenceOverride
Defined Under Namespace
Classes: SelfManagedConfiguration, SemanticOverride, SummaryOverride, Unknown, UserPreferenceOverride
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#self_managed_configuration ⇒ Types::SelfManagedConfigurationInput
The self managed configuration for a custom memory strategy.
-
#semantic_override ⇒ Types::SemanticOverrideConfigurationInput
The semantic override configuration for a custom memory strategy.
-
#summary_override ⇒ Types::SummaryOverrideConfigurationInput
The summary override configuration for a custom memory strategy.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user_preference_override ⇒ Types::UserPreferenceOverrideConfigurationInput
The user preference override configuration for a custom memory strategy.
Instance Attribute Details
#self_managed_configuration ⇒ Types::SelfManagedConfigurationInput
The self managed configuration for a custom memory strategy.
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1599 class CustomConfigurationInput < Struct.new( :semantic_override, :summary_override, :user_preference_override, :self_managed_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SemanticOverride < CustomConfigurationInput; end class SummaryOverride < CustomConfigurationInput; end class UserPreferenceOverride < CustomConfigurationInput; end class SelfManagedConfiguration < CustomConfigurationInput; end class Unknown < CustomConfigurationInput; end end |
#semantic_override ⇒ Types::SemanticOverrideConfigurationInput
The semantic override configuration for a custom memory strategy.
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1599 class CustomConfigurationInput < Struct.new( :semantic_override, :summary_override, :user_preference_override, :self_managed_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SemanticOverride < CustomConfigurationInput; end class SummaryOverride < CustomConfigurationInput; end class UserPreferenceOverride < CustomConfigurationInput; end class SelfManagedConfiguration < CustomConfigurationInput; end class Unknown < CustomConfigurationInput; end end |
#summary_override ⇒ Types::SummaryOverrideConfigurationInput
The summary override configuration for a custom memory strategy.
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1599 class CustomConfigurationInput < Struct.new( :semantic_override, :summary_override, :user_preference_override, :self_managed_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SemanticOverride < CustomConfigurationInput; end class SummaryOverride < CustomConfigurationInput; end class UserPreferenceOverride < CustomConfigurationInput; end class SelfManagedConfiguration < CustomConfigurationInput; end class Unknown < CustomConfigurationInput; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1599 1600 1601 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1599 def unknown @unknown end |
#user_preference_override ⇒ Types::UserPreferenceOverrideConfigurationInput
The user preference override configuration for a custom memory strategy.
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1599 class CustomConfigurationInput < Struct.new( :semantic_override, :summary_override, :user_preference_override, :self_managed_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SemanticOverride < CustomConfigurationInput; end class SummaryOverride < CustomConfigurationInput; end class UserPreferenceOverride < CustomConfigurationInput; end class SelfManagedConfiguration < CustomConfigurationInput; end class Unknown < CustomConfigurationInput; end end |