Class: Aws::BedrockAgent::Types::UpdateDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateDataSourceRequest
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_deletion_policy ⇒ String
The data deletion policy for the data source that you want to update.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
The connection configuration for the data source that you want to update.
-
#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 for the data source.
-
#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 for the data source that you want to update.
11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11002 class UpdateDataSourceRequest < Struct.new( :knowledge_base_id, :data_source_id, :name, :description, :data_source_configuration, :data_deletion_policy, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
The connection configuration for the data source that you want to update.
11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11002 class UpdateDataSourceRequest < Struct.new( :knowledge_base_id, :data_source_id, :name, :description, :data_source_configuration, :data_deletion_policy, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The unique identifier of the data source.
11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11002 class UpdateDataSourceRequest < Struct.new( :knowledge_base_id, :data_source_id, :name, :description, :data_source_configuration, :data_deletion_policy, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Specifies a new description for the data source.
11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11002 class UpdateDataSourceRequest < Struct.new( :knowledge_base_id, :data_source_id, :name, :description, :data_source_configuration, :data_deletion_policy, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for the data source.
11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11002 class UpdateDataSourceRequest < Struct.new( :knowledge_base_id, :data_source_id, :name, :description, :data_source_configuration, :data_deletion_policy, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specifies a new name for the data source.
11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11002 class UpdateDataSourceRequest < Struct.new( :knowledge_base_id, :data_source_id, :name, :description, :data_source_configuration, :data_deletion_policy, :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.
11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11002 class UpdateDataSourceRequest < Struct.new( :knowledge_base_id, :data_source_id, :name, :description, :data_source_configuration, :data_deletion_policy, :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.
11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11002 class UpdateDataSourceRequest < Struct.new( :knowledge_base_id, :data_source_id, :name, :description, :data_source_configuration, :data_deletion_policy, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |