Class: Aws::BedrockAgent::Types::CustomContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CustomContent
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about the content to ingest into a knowledge base
connected to a custom data source. Choose a sourceType
and include
the field that corresponds to it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_document_identifier ⇒ Types::CustomDocumentIdentifier
A unique identifier for the document.
-
#inline_content ⇒ Types::InlineContent
Contains information about content defined inline to ingest into a knowledge base.
-
#s3_location ⇒ Types::CustomS3Location
Contains information about the Amazon S3 location of the file from which to ingest data.
-
#source_type ⇒ String
The source of the data to ingest.
Instance Attribute Details
#custom_document_identifier ⇒ Types::CustomDocumentIdentifier
A unique identifier for the document.
2696 2697 2698 2699 2700 2701 2702 2703 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2696 class CustomContent < Struct.new( :custom_document_identifier, :inline_content, :s3_location, :source_type) SENSITIVE = [] include Aws::Structure end |
#inline_content ⇒ Types::InlineContent
Contains information about content defined inline to ingest into a knowledge base.
2696 2697 2698 2699 2700 2701 2702 2703 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2696 class CustomContent < Struct.new( :custom_document_identifier, :inline_content, :s3_location, :source_type) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ Types::CustomS3Location
Contains information about the Amazon S3 location of the file from which to ingest data.
2696 2697 2698 2699 2700 2701 2702 2703 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2696 class CustomContent < Struct.new( :custom_document_identifier, :inline_content, :s3_location, :source_type) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source of the data to ingest.
2696 2697 2698 2699 2700 2701 2702 2703 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2696 class CustomContent < Struct.new( :custom_document_identifier, :inline_content, :s3_location, :source_type) SENSITIVE = [] include Aws::Structure end |