Class: Aws::BedrockAgentRuntime::Types::FoundationModelConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Configuration for the foundation model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_foundation_model_configurationTypes::BedrockFoundationModelConfiguration

The Bedrock foundation model configuration.



3283
3284
3285
3286
3287
3288
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3283

class FoundationModelConfiguration < Struct.new(
  :bedrock_foundation_model_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of foundation model configuration.

Returns:

  • (String)


3283
3284
3285
3286
3287
3288
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3283

class FoundationModelConfiguration < Struct.new(
  :bedrock_foundation_model_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end