| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalSource |
ExternalSource.clone() |
ExternalSource |
ExternalSource.withByteContent(ByteContentDoc byteContent)
The identifier, contentType, and data of the external source wrapper object.
|
ExternalSource |
ExternalSource.withS3Location(S3ObjectDoc s3Location)
The S3 location of the external source wrapper object.
|
ExternalSource |
ExternalSource.withSourceType(ExternalSourceType sourceType)
The source type of the external source wrapper object.
|
ExternalSource |
ExternalSource.withSourceType(String sourceType)
The source type of the external source wrapper object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalSource> |
ExternalSourcesRetrieveAndGenerateConfiguration.getSources()
The document used with the external source wrapper object in the retrieveAndGenerate function.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalSourcesRetrieveAndGenerateConfiguration |
ExternalSourcesRetrieveAndGenerateConfiguration.withSources(ExternalSource... sources)
The document used with the external source wrapper object in the retrieveAndGenerate function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalSourcesRetrieveAndGenerateConfiguration.setSources(Collection<ExternalSource> sources)
The document used with the external source wrapper object in the retrieveAndGenerate function.
|
ExternalSourcesRetrieveAndGenerateConfiguration |
ExternalSourcesRetrieveAndGenerateConfiguration.withSources(Collection<ExternalSource> sources)
The document used with the external source wrapper object in the retrieveAndGenerate function.
|
Copyright © 2025. All rights reserved.