Class: Aws::BedrockAgentCoreControl::Types::CustomConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Note:

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.

Defined Under Namespace

Classes: SelfManagedConfiguration, SemanticOverride, SummaryOverride, Unknown, UserPreferenceOverride

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#self_managed_configurationTypes::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_overrideTypes::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_overrideTypes::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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



1599
1600
1601
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1599

def unknown
  @unknown
end

#user_preference_overrideTypes::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