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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/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 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1305

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