Class: Aws::BedrockAgent::Types::BedrockEmbeddingModelConfiguration

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

Overview

The vector configuration details for the Bedrock embeddings model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsInteger

The dimensions details for the vector configuration used on the Bedrock embeddings model.

Returns:

  • (Integer)


963
964
965
966
967
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 963

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