Class: Aws::BedrockAgentRuntime::Types::BedrockFoundationModelModelConfiguration

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

Overview

Model configuration for a Bedrock foundation model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_arnString

The ARN of the Bedrock foundation model.

Returns:

  • (String)


1305
1306
1307
1308
1309
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1305

class BedrockFoundationModelModelConfiguration < Struct.new(
  :model_arn)
  SENSITIVE = []
  include Aws::Structure
end