Class: Aws::BedrockAgent::Types::CustomContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#custom_document_identifierTypes::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_contentTypes::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_locationTypes::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_typeString

The source of the data to ingest.

Returns:

  • (String)


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