Class: Aws::BedrockAgent::Types::EmbeddingModelConfiguration

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

Overview

The configuration details for the embeddings model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_embedding_model_configurationTypes::BedrockEmbeddingModelConfiguration

The vector configuration details on the Bedrock embeddings model.



1792
1793
1794
1795
1796
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1792

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