Class: Aws::BedrockAgent::Types::NeptuneAnalyticsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::NeptuneAnalyticsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about the storage configuration of the knowledge base in Amazon Neptune Analytics. For more information, see [Create a vector index in Amazon Neptune Analytics].
[1]: docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html
Constant Summary collapse
- SENSITIVE =
[:graph_arn]
Instance Attribute Summary collapse
-
#field_mapping ⇒ Types::NeptuneAnalyticsFieldMapping
Contains the names of the fields to which to map information about the vector store.
-
#graph_arn ⇒ String
The Amazon Resource Name (ARN) of the Neptune Analytics vector store.
Instance Attribute Details
#field_mapping ⇒ Types::NeptuneAnalyticsFieldMapping
Contains the names of the fields to which to map information about the vector store.
7754 7755 7756 7757 7758 7759 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7754 class NeptuneAnalyticsConfiguration < Struct.new( :graph_arn, :field_mapping) SENSITIVE = [:graph_arn] include Aws::Structure end |
#graph_arn ⇒ String
The Amazon Resource Name (ARN) of the Neptune Analytics vector store.
7754 7755 7756 7757 7758 7759 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7754 class NeptuneAnalyticsConfiguration < Struct.new( :graph_arn, :field_mapping) SENSITIVE = [:graph_arn] include Aws::Structure end |