Class: Aws::BedrockAgent::Types::UpdateDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateDataSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_deletion_policy ⇒ String
The data deletion policy of the updated data source.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Contains details about the storage configuration of the data source.
-
#data_source_id ⇒ String
The unique identifier of the data source.
-
#description ⇒ String
Specifies a new description for the data source.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source belongs.
-
#name ⇒ String
Specifies a new name for the data source.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Contains details about server-side encryption of the data source.
-
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Contains details about how to ingest the documents in the data source.
Instance Attribute Details
#data_deletion_policy ⇒ String
The data deletion policy of the updated data source.
4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4144 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Contains details about the storage configuration of the data source.
4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4144 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The unique identifier of the data source.
4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4144 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Specifies a new description for the data source.
4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4144 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source belongs.
4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4144 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specifies a new name for the data source.
4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4144 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Contains details about server-side encryption of the data source.
4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4144 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Contains details about how to ingest the documents in the data source.
4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4144 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |