Class: Aws::LexModelsV2::Types::BedrockModelSpecification

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

Overview

Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_arnString

The ARN of the foundation model used in descriptive bot building.

Returns:

  • (String)


1863
1864
1865
1866
1867
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1863

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