Class: Aws::BedrockAgent::Types::OpenSearchManagedClusterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::OpenSearchManagedClusterConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see [Create a vector index in OpenSearch Managed Cluster].
[1]: docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html
Constant Summary collapse
- SENSITIVE =
[:vector_index_name]
Instance Attribute Summary collapse
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the OpenSearch domain.
-
#domain_endpoint ⇒ String
The endpoint URL the OpenSearch domain.
-
#field_mapping ⇒ Types::OpenSearchManagedClusterFieldMapping
Contains the names of the fields to which to map information about the vector store.
-
#vector_index_name ⇒ String
The name of the vector store.
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the OpenSearch domain.
7811 7812 7813 7814 7815 7816 7817 7818 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7811 class OpenSearchManagedClusterConfiguration < Struct.new( :domain_endpoint, :domain_arn, :vector_index_name, :field_mapping) SENSITIVE = [:vector_index_name] include Aws::Structure end |
#domain_endpoint ⇒ String
The endpoint URL the OpenSearch domain.
7811 7812 7813 7814 7815 7816 7817 7818 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7811 class OpenSearchManagedClusterConfiguration < Struct.new( :domain_endpoint, :domain_arn, :vector_index_name, :field_mapping) SENSITIVE = [:vector_index_name] include Aws::Structure end |
#field_mapping ⇒ Types::OpenSearchManagedClusterFieldMapping
Contains the names of the fields to which to map information about the vector store.
7811 7812 7813 7814 7815 7816 7817 7818 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7811 class OpenSearchManagedClusterConfiguration < Struct.new( :domain_endpoint, :domain_arn, :vector_index_name, :field_mapping) SENSITIVE = [:vector_index_name] include Aws::Structure end |
#vector_index_name ⇒ String
The name of the vector store.
7811 7812 7813 7814 7815 7816 7817 7818 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7811 class OpenSearchManagedClusterConfiguration < Struct.new( :domain_endpoint, :domain_arn, :vector_index_name, :field_mapping) SENSITIVE = [:vector_index_name] include Aws::Structure end |