Class: Aws::BedrockAgent::Types::DocumentIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DocumentIdentifier
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information that identifies the document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom ⇒ Types::CustomDocumentIdentifier
Contains information that identifies the document in a custom data source.
-
#data_source_type ⇒ String
The type of data source connected to the knowledge base that contains the document.
-
#s3 ⇒ Types::S3Location
Contains information that identifies the document in an S3 data source.
Instance Attribute Details
#custom ⇒ Types::CustomDocumentIdentifier
Contains information that identifies the document in a custom data source.
3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3504 class DocumentIdentifier < Struct.new( :custom, :data_source_type, :s3) SENSITIVE = [] include Aws::Structure end |
#data_source_type ⇒ String
The type of data source connected to the knowledge base that contains the document.
3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3504 class DocumentIdentifier < Struct.new( :custom, :data_source_type, :s3) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Types::S3Location
Contains information that identifies the document in an S3 data source.
3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3504 class DocumentIdentifier < Struct.new( :custom, :data_source_type, :s3) SENSITIVE = [] include Aws::Structure end |